Re: Xcode 4 - public headers path from subproject from build directory
Re: Xcode 4 - public headers path from subproject from build directory
- Subject: Re: Xcode 4 - public headers path from subproject from build directory
- From: Thomas Engelmeier <email@hidden>
- Date: Mon, 11 Apr 2011 22:36:01 +0200
Am 11.04.2011 um 21:22 schrieb Robert Vojta:
> [1] MyLib
>
> - output public headers path is set to /usr/local/include/libMyLib
> - public headers are placed in build/Release-iphoneos/usr/local/include/libMyLib after successfull build
>
> [2] MyApp
Just a boilerplate warning:
if Lib and App are in the same project, Xcode4 might fail to build correctly.
From my experiments, e.g. Xcode 4 does not substitute target-architecture dependent library names (like your Release-iphoneos) when the lib is added to the app target.
Xcode 3 did.
Regards,
Tom_E _______________________________________________
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