We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
I just followed the Readme instruction and installed through SwiftPM, but when I try to use it with
import EFQRCode
I get that error
No such module 'EFQRCode'
I'm trying to use it on a WatchOS only app.
The text was updated successfully, but these errors were encountered:
Make sure you are adding EFQRCode to the correct target (i.e. the Extension):
EFQRCode
... or manually add EFQRCode as a Framework for your extension target (if you missed that selection menu):
And here's my Example project you can try and see how I did it.
Sorry, something went wrong.
Thank you. That was it
No branches or pull requests
Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
Issue Description
I just followed the Readme instruction and installed through SwiftPM, but when I try to use it with
import EFQRCode
I get that error
No such module 'EFQRCode'
I'm trying to use it on a WatchOS only app.
The text was updated successfully, but these errors were encountered: