expo publish is saving files to a directory that has removed spaces from the name

The app’s directory is /WDW Lines/, which is also the name in app.json

But expo publish is saving the app.bundle, app.manifest, and Expo.plist to /WDWLines/ios/Supporting

Am I missing something somewhere?

we guess the name based on app.json and remove spaces. if your app doesn’t follow the same convention then you can specify the path manually with ios.publishBundlePath and ios.publishManifestPath expo/packages/expo-updates at master · expo/expo · GitHub

1 Like