Delegate does not implement -readerSessionDidBecomeActive: method
methods-inaz opened this issue · 2 comments
methods-inaz commented
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?
1998code commented
Hi @methods-inaz, Which Xcode version are you using?
1998code commented
You may reopen this issue if you still need help