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
Hello,
I have tried to compile the code on OSX10.7 and Xcode 4.6.3. The problem is the __weak attributes.
If I compile the test app using Xcode 5.1.1, and then.. drop it on OSX10.7, it crashes.
Actually, the commit that broke the compatibility is this one: 9df0936
Maybe you should update the project description, so, it says the BaseSDK must be 10.8+
Felipe.
The text was updated successfully, but these errors were encountered:
Can you post the Xcode build log output?
Sorry, something went wrong.
No branches or pull requests
Hello,
I have tried to compile the code on OSX10.7 and Xcode 4.6.3. The problem is the __weak attributes.
If I compile the test app using Xcode 5.1.1, and then.. drop it on OSX10.7, it crashes.
Actually, the commit that broke the compatibility is this one:
9df0936
Maybe you should update the project description, so, it says the BaseSDK must be 10.8+
Felipe.
The text was updated successfully, but these errors were encountered: