-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Need to change the cocoapod podspecs to OSX10.10? #791
Comments
Hi @acecilia , I think we've used 10.10 because it crashed the linker while comparing with carthage otherwise. I haven't encountered problem with CocoaPods for some reason. Is there one? |
I thought the deployment version in cocoapods should be the same of the deployment version in the project. |
Hi @acecilia , Yeah, I think we should probably ramp up Podspec version to 10.10. |
I've increased the version. This will be published with next release. |
The podspec says:
s.osx.deployment_target = '10.9'
But in the project:
The text was updated successfully, but these errors were encountered: