Can't eliminate errors to build command line bundle
Can't eliminate errors to build command line bundle
- Subject: Can't eliminate errors to build command line bundle
- From: Tron Thomas <email@hidden>
- Date: Fri, 07 Apr 2006 20:49:01 -0700
I am wanting to experiment with debugging loadable bundles, so I
tried creating an command line application that loads a bundle and
calls functions inside it. Because this was a command line utility I
did not need to create a Cocoa or Carbon bundle. Xcode does not
allow for the creation of a command line bundle so I chose to create
a dynamic library instead. I then went in to the settings for that
library and changed the Mach-O Type from Dynamic Library to Bundle.
I also had to clear out the Current Library Version and Compatibility
Version settings. Now when I try to build the bundle I get the
following error output:
/usr/bin/ld: -single_module or -multi_module flags can only be used
when -dylib is also specified
I cannot find any settings that will let me change anything to
eliminate the error. What changes do I need to make so I can build
the bundle?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden