Expo: exp build:ios - "Your project must have a bundleIdentifier set in app.json."

Created on 22 Jan 2018  路  3Comments  路  Source: expo/expo

Fresh react-native installation using create-react-native-app followed with exp build:ios results in the following error:

[jmoretti:~/Git/test/pavarottisetup]$ exp build:ios
[exp] Making sure project is set up correctly...
/[exp] Warning: Not using the Expo fork of react-native. See https://docs.expo.io/.
[exp] Your project looks good!
[exp] Your project must have a bundleIdentifier set in app.json.
See https://docs.expo.io/versions/latest/guides/building-standalone-apps.html

Exact steps:

create-react-native-app testProject
cd testProject
npm start
exp build:ios

Versions:

create-react-native-app version: 1.0.0
exp: 48.0.2
node: v7.0.0
npm: 4.6.1

Through terminal on a macbook pro.

Thank you

Most helpful comment

Howdy:

Its true, you do need to have a bundleIdentifier in your app.json.

See docs: https://docs.expo.io/versions/latest/guides/building-standalone-apps.html

All 3 comments

Howdy:

Its true, you do need to have a bundleIdentifier in your app.json.

See docs: https://docs.expo.io/versions/latest/guides/building-standalone-apps.html

Dead Link :(

Was this page helpful?
0 / 5 - 0 ratings