Re: Build Issue With Static Lib
Re: Build Issue With Static Lib
- Subject: Re: Build Issue With Static Lib
- From: lbland <email@hidden>
- Date: Sun, 11 Mar 2012 09:49:33 -0400
hi-
On Mar 11, 2012, at 9:24 AM, Andreas Grosam wrote:
> Performing a "Clean" on the final product eliminates the problem.
>
> What's going on there?
Probably you need to force the linker to link. You do that by touching a .m file in your project (add a space to the end of a line and then delete the space) and building which causes that file to compile and the project to link. Touching is simply a quick way to get the project to relink as it is faster than a clean. Notice this is not a problem with a Framework since a framework is dynamically linked.
thanks!-
-lance
_______________________________________________
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