-
Notifications
You must be signed in to change notification settings - Fork 471
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
XCode 7 Support #212
Comments
Static iOS framework does not work, I can not even create a project from it. :( |
I have the same problem with Xcode7-beta. Can't create framework. |
WRAPPER_PREFIX =; CURRENT_VERSION = Current |
Save this file as xxx.xcconfig and load it into your project can solve this problem. |
You still need to run BuildFW.py after the compile to help you generate .Framework. |
Thanks for your followup... |
http://www.jontolof.com/cocoa/using-xcconfig-files-for-you-xcode-project/ |
I just copied those files from Xcode 6.4, problem solved |
Could you be more specific about which files copied from Xcode 6.4 to where in Xcode 7? |
|
It wound be nice if you can create a pull request for this fix about Xcode7 support. |
Check out the PR #213 |
Hi @kstenerud,
Seems the install.py doesn't work for XCode7-beta cause there is no "Specifications" folder under /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode.
Any idea how to fix this?
The text was updated successfully, but these errors were encountered: