• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Xcode classifying library as a "Bundle Resource"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Xcode classifying library as a "Bundle Resource"


  • Subject: Xcode classifying library as a "Bundle Resource"
  • From: Philip Mötteli <email@hidden>
  • Date: Fri, 16 Apr 2004 11:12:02 +0200

Hi


I try to add a library from GNUstep to my Xcode target. The library has the following names:


lrwxr-xr-x 1 root wheel /usr/GNUstep/System/Library/Libraries/libgnustep-baseadd_d.dylib -> libgnustep-baseadd_d.dylib.1.9.1
lrwxr-xr-x 1 root wheel /usr/GNUstep/System/Library/Libraries/libgnustep- baseadd_d.dylib.1 -> libgnustep-baseadd_d.dylib.1.9.1
-rwxr-xr-x 1 root wheel 623996 /usr/GNUstep/System/Library/Libraries/libgnustep-baseadd_d.dylib.1.9.1



When I check them in order to link them to my application, I find them afterwards in the 'Bundle Resource' directory instead of the 'Frameworks & Libraries' directory.
I checked, that the type of the library is 'compiled.mach-o.dylib'. But still. And even if I see them in the 'Frameworks & Libraries' directory, they still doesn't seem to be linked to the application:


/usr/bin/gcc-3.3 -o /tmp/MMWWW.app/Contents/MacOS/MMWWW -L/tmp -L/usr/GNUstep/System/Library/Libraries -F/tmp -filelist /tmp/MultiMarketsWWW.build/MMWWW.build/Objects-normal/ MMWWW.LinkFileList -framework Foundation -framework WebObjects -framework PMFoundation -framework StepTalk -arch ppc -prebind -Wl,-no_arch_warnings


All the frameworks are correctly added, but no library at all.


Why doesn't Xcode produce something like:

	gcc  -lgnustep-baseadd_d


I'm sure, that this should work, because, I have other projects, where it actually does work. The concerned project is a WebObjects project. But I also tried it with a non WebObjects target.



Thanks Phil _______________________________________________ xcode-users mailing list | email@hidden Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users Do not post admin requests to the list. They will be ignored.


  • Prev by Date: Re: XCode CVS Quick Start Guide
  • Next by Date: Possible answer to missing /usr/lib *.o files
  • Previous by thread: Re: Making lots of headers public in a custom framework
  • Next by thread: Possible answer to missing /usr/lib *.o files
  • Index(es):
    • Date
    • Thread