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

podspec does not define minimum iOS version #60

Closed
jmfriend opened this issue Feb 28, 2018 · 2 comments
Closed

podspec does not define minimum iOS version #60

jmfriend opened this issue Feb 28, 2018 · 2 comments

Comments

@jmfriend
Copy link

The podspec for Lockbox does not state a minimum iOS version. The impact of this appears to be that the system assumes it's been compiled just for the latest version of iOS. This generates this warning:

ld: warning: object file (.../Build/Products/Debug-iphoneos/Lockbox/libLockbox.a(Lockbox-dummy.o)) was built for newer iOS version (11.2) than being linked (9.0)

@granoff
Copy link
Owner

granoff commented Feb 28, 2018

Look for v3.0.5 with a fix that explicitly specifies an iOS target. Just published. Let me know if that does the trick.

@jmfriend
Copy link
Author

jmfriend commented Feb 28, 2018 via email

@granoff granoff closed this as completed Feb 28, 2018
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

2 participants