Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Latest commit

History

History
27 lines (17 loc) 路 1.35 KB

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.