I’m trying to run a built version of my app to send to testflight. I’m on a mac, building for ios, which gives me two options.
- npx expo prebuild – this sends it to xcode and when I click build/run on xcode it starts a development version of the app that requires metro bundler to run with it.
2.Build for ios using eas build –platform ios –local –non-interactive –clear-cache
And this is the error message I am recieving:
Error Message That I am Recieving
I’m very lost on how to actually be able to build this to submit to testflight. Thank You for any help.
I tried many different kinds of builds and they all fail, or need metro bundler to run.