-
Notifications
You must be signed in to change notification settings - Fork 314
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
Directions don't list MobileCoreServices.framework as a requirement #294
Comments
Hi @hborders, Thanks for taking the time to write in and for integrating 1Password into your app. This is already documented in the "Projects supporting iOS 7.1 and earlier" section of the README. I am therefore closing this issue as All the Best! |
The directions list |
@hborders, I just changed the deployment target to 7.1 for ACME, our sample app, and I got a compile error about the |
Version 7.2 (7C68) |
``` [IMPROVED] Improved compatibility with CocoaPods 1.0.0. {#302} [IMPROVED] Updated the Javascript code for Web View Filling. {#303} [IMPROVED] Improved the instructions for the Rich Icons submission in the Best Practice section. {#290} [IMPROVED] Updated the documentation to mention all the required frameworks to link for projects targeting iOS 7.1 or earlier. {#294, #296} [IMPROVED] Improved the header documentation. {#298} [IMPROVED] Listing all the required frameworks in the podspec file. {#297} [IMPROVED] Removed extra new lines for a clearer code and README. {#293} [IMPROVED] Removed usless semicolons from Swift code. {#295} [FIXED] Fixed status bar inconsistencies between the Objective-C and the Swift versions of ACME. {#292} [FIXED] Fixed outdated header comments for the demo apps. {#299} ```
I added this project as a submodule and checked out the latest tag (
1.7
). Then, I addedOnePasswordExtension.h
,OnePasswordExtension.m
and1Password.xcassets
.When I try to build, I see the following error:
I worked around this by adding
MobileCoreServices.framework
to myLink Binary with Libraries
build phase. I'm targeting iOS 7.1 and with an iOS 9.2 base SDK.Please document that
MobileCoreServices.framework
is a required framework.The text was updated successfully, but these errors were encountered: