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

Plugin no longer compatible - Compiling for iOS 11 #19

Open
rgbaman opened this issue Jul 20, 2021 · 0 comments
Open

Plugin no longer compatible - Compiling for iOS 11 #19

rgbaman opened this issue Jul 20, 2021 · 0 comments

Comments

@rgbaman
Copy link

rgbaman commented Jul 20, 2021

Using Capacitor 3 which targets iOS 12 and above (the last three iOS versions), this plugin is no longer supported as it requires iOS 11 according to the Plugin.swift file.

Error:

Compiling for iOS 11.0, but module 'Capacitor' has a minimum deployment target of iOS 12.0: /Users/me/Library/Developer/Xcode/DerivedData/App-fagvejonowsphfanxptpzbgafzge/Build/Products/Debug-iphonesimulator/Capacitor/Capacitor.framework/Modules/Capacitor.swiftmodule/x86_64-apple-ios-simulator.swiftmodule

Changing the target in the podspec clears the Xcode issue, however, it's not possible to implement any of the interfaces correctly.

I think this needs upgrading for use in Capacitor 3.

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

1 participant