managed work flow (react-native)
eas-cli 6.3.2
My app.json has these descriptions:
“infoPlist”: {
“UIBackgroundModes”: [“fetch”],
“NSLocationUsageDescription”: "We would like to use your location for 2 features…
“NSLocationWhenInUseUsageDescription”: "We would like to use your location for 2 features…
“NSPhotoLibraryUsageDescription”: "We would like access to your photos so that you can upload your photo…
},
But every time i try to build using npx expo start run:ios or eas build as soon as the app starts up i get the NSLocation*UsageDescription error message saying i dont have them in my plist, i have looked around for this error online but everything seems to be a couple of years old and out of date to my issue
Has anyone else recently run into this issue and been able to resolve it? im quite stumped at this point and would really appreciate a save from a kind person