How to generate an archieve on ios after eject project

hello,every body. this is my flow:

  1. create-react-native-app pro
  2. npm install
  3. yarn eject . export to expokit
  4. cd pro && pod install
  5. open in xcode; then run

then i open iphone simulator, show “Error while loading : Could not connect to server”
I must install expo client than it can work.
my Question is how to archive ipa in production without expo client? thank all every much…
by the way ,i know how to do it with ’ expo build:ios’ ,

finally, I solue it…
someone may need it!

1 Like

thanks for providing the info @weizeng!