Re: How can I obtain the current SDK version specified in the target?
Re: How can I obtain the current SDK version specified in the target?
- Subject: Re: How can I obtain the current SDK version specified in the target?
- From: Andreas Grosam <email@hidden>
- Date: Mon, 09 Apr 2012 09:08:18 +0200
On Apr 8, 2012, at 11:29 PM, Tito Ciuro wrote:
> # Build for Device
> xcodebuild -target "MyLibrary" -configuration "Release" -sdk iphoneos${MY_SDK_VERSION}
>
"Base SDK" (SDKROOT) is probably the build setting you are looking for:
xcodebuild -target "MyLibrary" -configuration "Release" -sdk ${SDKROOT}
Ensure you include the build settings in the environment.
Andreas
_______________________________________________
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