1998code/SwiftNFC

Delegate does not implement -readerSessionDidBecomeActive: method

methods-inaz opened this issue · 2 comments

Hi,
with version 1.3.0 when I scan a nfc tag I receive on Xcode console the following error:

-[NFCNDEFReaderSession _callbackDidBecomeActive]:220 Delegate does not implement -readerSessionDidBecomeActive: method

the issue seems to be in the empty body of this function:

public func readerSessionDidBecomeActive(_ session: NFCNDEFReaderSession) {
}

It is possible to solve it?

Hi @methods-inaz, Which Xcode version are you using?

You may reopen this issue if you still need help ♥️