flutter-nfc-manager icon indicating copy to clipboard operation
flutter-nfc-manager copied to clipboard

[NFCHardwareManager areFeaturesSupported:outError:]:148 XPC Error: Error Domain=NSCocoaErrorDomain Code=4099

Open jsertram63 opened this issue 2 years ago • 2 comments

Hello,

Congrats for the stuf. My code is running well on android but it's impossible in iOS device.

I've this message : [NFCHardwareManager areFeaturesSupported:outError:]:148 XPC Error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.nfcd.service.corenfc was invalidated from this process." UserInfo={NSDebugDescription=The connection to service named com.apple.nfcd.service.corenfc was invalidated from this process.

I do the exact info.plist et entitlements.

thx

jsertram63 avatar Jun 22 '22 12:06 jsertram63

https://github.com/revtel/react-native-nfc-manager/blob/HEAD/setup.md

truonglam5555 avatar Jul 06 '22 08:07 truonglam5555

I was getting the same error from Xcode, until I executed flutter run ios from command line, and now I don't get this error anymore, I don't get the error within Xcode neither.

josecollazzi avatar Jan 11 '23 14:01 josecollazzi