Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.35 KB

troubleshooting.md

File metadata and controls

27 lines (17 loc) · 1.35 KB

🔍 Troubleshooting

📌 Known issues

Note

You might also find something useful in Reported Bugs.

"Missing runtime version from app.json/app.config.js"

If during setup-ci execution you see one of the following errors:

Error: [android.manifest]: withAndroidManifestBaseMod: A runtime version is set in your AndroidManifest.xml, but is missing from your app.json/app.config.js. Please either set runtimeVersion in your app.json/app.config.js or remove expo.modules.updates.EXPO_RUNTIME_VERSION from your AndroidManifest.xml.

Error: [ios.expoPlist]: withIosExpoPlistBaseMod: A runtime version is set in your Expo.plist, but is missing from your app.json/app.

You either need to remove android/ and ios/ directories in your project and re-run (if your project is using CNG), or add runtimeVersion field to your app.json/app.config.js file.

More details: #116

🐛 Bug reports

If you were unable to find a solution to your problem, please fill a bug report here.