-
Notifications
You must be signed in to change notification settings - Fork 584
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
ERROR: Method 'channel:' not defined in Plugin 'NfcPlugin' #363
Comments
did you find a solution, i'm having the same error. |
Nope, I developed the app using Swift 😂
I was able to do it faster than using Ionic packages. Sometimes the documentation is just not well written or present at all.
I’m sorry I can’t give you better news!
|
ok thanks for responding so quickly will keep my fingers crossed and use QR codes for now instead :D |
The same issue: |
I've fixed this error. Not sure, what the See bushev@ea08e52 |
Thanks bushev! I have the same error with the latest IOS (10.15) and Xcode (11). I didn't see this correction (#363) in the 1.0.4 release notes. However, I see you committed this change on July 5. Shouldn't it be included in the 1.0.4 release? |
… 'NfcPlugin') Fix for chariotsolutions#363 (Method 'channel:' not defined in Plugin 'NfcPlugin') as suggested by bushev in [bushev/device-com-nfc.cordova@ea08e52](bushev@ea08e52)
Fixed in #399 |
During the test on the device, it gives me the same error.
My
|
Hi,
I'm trying to develop an app with an NFC scanning functionality, here is my code:
When I try to run the app on my iOS device, this is the error I get:
ERROR: Method 'channel:' not defined in Plugin 'NfcPlugin'
Where is this "channel" method getting called?
I'm using Xcode 10.2, phonegap-nfc 1.0.3 and @ionic-native/nfc 5.4.0
Thanks for the help!
Davide
The text was updated successfully, but these errors were encountered: