• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How can I obtain the current SDK version specified in the target?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >How can I obtain the current SDK version specified in the target? (From: Tito Ciuro <email@hidden>)

  • Prev by Date: Re: Breakpoint when Core Data property if no custom setter
  • Next by Date: Re: How can I obtain the current SDK version specified in the target?
  • Previous by thread: How can I obtain the current SDK version specified in the target?
  • Next by thread: Re: How can I obtain the current SDK version specified in the target?
  • Index(es):
    • Date
    • Thread