You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my bareworkflow app, I am trying to run eas build --profile development,
The build does not start at all on expo.dev, because of validation error below:
I get error with:
Could not read bundle identifier from Xcode project (target = myappname, build configuration = Release).
The reason is that value of app bundle identifier in the .pbxproj file is
This is because we still rely on react-native-config related .env file which holds value for EXPO_PUBLIC_APP_BUNDLE_ID, before we fully adopt CNG/prebuild.
Note: I am not ignoring .env as part of .easignore.
Build/Submit details page URL
No response
Summary
In my bareworkflow app, I am trying to run
eas build --profile development
,The build does not start at all on
expo.dev
, because of validation error below:I get error with:
The reason is that value of app bundle identifier in the
.pbxproj
file isThis is because we still rely on
react-native-config
related.env
file which holds value forEXPO_PUBLIC_APP_BUNDLE_ID
, before we fully adopt CNG/prebuild.Note: I am not ignoring
.env
as part of.easignore
.contents of my
eas.json
Managed or bare?
bare
Environment
Error output
Could not read bundle identifier from Xcode project (target = myappname, build configuration = Release).
Reproducible demo or steps to reproduce from a blank project
eas build --profile development
The text was updated successfully, but these errors were encountered: