Re: Don't really understand why there are so many settings
Re: Don't really understand why there are so many settings
- Subject: Re: Don't really understand why there are so many settings
- From: Chris Espinosa <email@hidden>
- Date: Sun, 11 Feb 2007 16:36:23 -0800
On Feb 11, 2007, at 3:34 PM, Theodore H. Smith wrote: All I want to do is build a UB (dylib) library! How hard can it be?
It would help to see the build transcript for the build, at least the link phase. One thing that jumps out is that you're using both Dead Code Stripping and an Exported Symbols file. If your Exported Symbols file doesn't correctly list the entry points to your framework, Dead Code Stripping will omit all code, because there's no code in the library that can be accessed by a valid entry point.
Chris |
_______________________________________________
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