We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Basically, if you start from a blank slate, XCode 4.2 doesn't include GCC 4.2.x This makes the build steps not work on Lion.
I fixed this by setting the following in the Xcode project Build Settings
Popped, back into terminal and ran release.sh. Worked like a charm!
The text was updated successfully, but these errors were encountered:
Thanks for sharing this, I will update the settings in shiftit16.
shiftit16
Sorry, something went wrong.
hey man, all the thanks go to you! awesome job keeping this project updated
Update the project settings according to the issue #67
d770fdc
1) Architectures to "Native Architecture of Build Machine" 2) Compiler for C/C++/Objective -C to "Default compiler (Apple LLVM compiler 3.0)"
imo this should be mentioned in the readme
No branches or pull requests
Basically, if you start from a blank slate, XCode 4.2 doesn't include GCC 4.2.x
This makes the build steps not work on Lion.
I fixed this by setting the following in the Xcode project Build Settings
Popped, back into terminal and ran release.sh. Worked like a charm!
The text was updated successfully, but these errors were encountered: