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

APPLICATION_EXTENSION_API_ONLY = YES #47

Closed
norio-nomura opened this issue Feb 12, 2015 · 3 comments
Closed

APPLICATION_EXTENSION_API_ONLY = YES #47

norio-nomura opened this issue Feb 12, 2015 · 3 comments

Comments

@norio-nomura
Copy link
Contributor

APPLICATION_EXTENSION_API_ONLY = YES can prevent following warning when using KeychainAccess from App Extension project.

ld: warning: linking against dylib not safe for use in application extensions: …Carthage/Build/iOS/KeychainAccess.framework/KeychainAccess

@kishikawakatsumi
Copy link
Owner

Done #48

@kishikawakatsumi
Copy link
Owner

@norio-nomura
Copy link
Contributor Author

I confirmed that KeychainAccess 1.1.2 has been built with APPLICATION_EXTENSION_API_ONLY = YES for iOS and OS X targets by using Carthage.
Thanks!

p.s. corrected wrong version. 0.7.1 -> 1.1.2

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