Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to work with OSX project in Xcode 7 #3

Open
cuardin opened this issue Nov 13, 2015 · 3 comments
Open

Update to work with OSX project in Xcode 7 #3

cuardin opened this issue Nov 13, 2015 · 3 comments

Comments

@cuardin
Copy link

cuardin commented Nov 13, 2015

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

@frogg
Copy link
Contributor

frogg commented Dec 21, 2015

Hi @cuardin I have a problem which results in configure: error: C compiler cannot create executables

Is this somehow related to your issue and could you fix it?

@cuardin
Copy link
Author

cuardin commented Dec 21, 2015

I tend to get that error when I am linking against the wrong version of the IOS SDK, that is, a version I don't have installed.

@andrele
Copy link

andrele commented Apr 20, 2016

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants