Search code examples
iosswiftcore-nfc

iOS 11 Core NFC - No such module 'Core NFC'


I'm currently working on CoreNFC, and I've got an error:

I have included the CoreNFC framework into my app, but even then the error exists: No such module 'CoreNFC'

I ran the code from this official link https://developer.apple.com/videos/play/wwdc2017/718/


Solution

  • No such module 'Core NFC' error occurs while running the app in the simulator other than the device.

    Hope this helps someone...