expo build iOS Fails

Expo CLI 3.16.1 environment info:
System:
OS: macOS 10.15.2
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 12.13.0 - ~/.nvm/versions/node/v12.13.0/bin/node
Yarn: 1.22.4 - /usr/local/bin/yarn
npm: 6.13.7 - ~/.nvm/versions/node/v12.13.0/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
IDEs:
Xcode: 11.3.1/11C504 - /usr/bin/xcodebuild
npmPackages:
expo: ~36.0.0 => 36.0.2
react: ~16.9.0 => 16.9.0
react-native: https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz => 0.61.4
npmGlobalPackages:

I try to upload a new app to Apple Connect:

in my app json in the iOS section I have :

“infoPlist”: {
“NSPhotoLibraryUsageDescription”: “To add a photo to your profile”,
“NSLocationWhenInUseUsageDescription”: “To discover people and services around you”,
“ITSAppUsesNonExemptEncryption”: false
}

when I run expo upload:ios --latest (or if try to upload the .ipa through Transporter app) I have the following message :

ERROR ITMS-90592: “Invalid Export Compliance Code. The export compliance key value in the app’s Info.plist doesn’t match the key value of the app’s export compliance documentation. To find the correct value, go to My Apps on App Store Connect.”

How can I fix this issue ?
Thanks

ok I found the solution if it can helps someone,
https://docs.expo.io/versions/latest/workflow/configuration/

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.