When trying to submit my Expo iOS app via EAS Submit, I get the following error:
Asset validation failed Invalid entitlement for core nfc framework. The sdk version '17.4' and min OS version '13.4' are not compatible for the entitlement 'com.apple.developer.nfc.readersession.formats' because 'NDEF is disallowed'.
I have tried adding the following to my app.json
individually and together to no avail:
{
"expo": {
"ios": {
"infoPlist": {
"com.apple.developer.nfc.readersession.formats": ["NDEF"]
},
"deploymentTarget": "14.0",
"minimumOsVersion": "14.0"
},