I have added a fork of this repo as a dependency in my flutter project, when I run the TagReadPage.withDependency then click on startsession I get these two errors in xcode:
-[NFCHardwareManager queueReaderSession:sessionConfig:completionHandler:]:105 error=Error Domain=NFCError Code=203 "System resource unavailable" UserInfo={NSLocalizedDescription=System resource unavailable}
-[NFCTagReaderSession beginSessionWithConfig:]:459 error:Error Domain=NFCError Code=203 "System resource unavailable" UserInfo={NSLocalizedDescription=System resource unavailable}, errorCode: 0xcb
I see that issues like this have occurred before so please help
I have added a fork of this repo as a dependency in my flutter project, when I run the TagReadPage.withDependency then click on startsession I get these two errors in xcode:
-[NFCHardwareManager queueReaderSession:sessionConfig:completionHandler:]:105 error=Error Domain=NFCError Code=203 "System resource unavailable" UserInfo={NSLocalizedDescription=System resource unavailable}
-[NFCTagReaderSession beginSessionWithConfig:]:459 error:Error Domain=NFCError Code=203 "System resource unavailable" UserInfo={NSLocalizedDescription=System resource unavailable}, errorCode: 0xcb
I see that issues like this have occurred before so please help