You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I noticed that Xcode 7 is pickier than Xcode 6 and requires that a lib used in an OSX project be tagged properly using the -mmacosx-version-min=XX flag.
I am currently trying to update the script to do this properly, but I am not sure that I have the skills required. If someone beats me to it, please share your results.
Sincerely
Daniel Armyr
The text was updated successfully, but these errors were encountered:
I fixed it for my environment by finding my iOS SDK with xcodebuild -showsdks. In my case, 9.3
Then updating the script on lines 26-27 to SDKVERSION=9.3 and MINIOSVERSION=9.3. Hope that helps!
Hi.
I noticed that Xcode 7 is pickier than Xcode 6 and requires that a lib used in an OSX project be tagged properly using the -mmacosx-version-min=XX flag.
I am currently trying to update the script to do this properly, but I am not sure that I have the skills required. If someone beats me to it, please share your results.
Sincerely
Daniel Armyr
The text was updated successfully, but these errors were encountered: