How to build .ipa application for react-native-ios?

Saravana Kumar picture Saravana Kumar · Feb 8, 2017 · Viewed 60.8k times · Source

I would try "How to generate .ipa file for react-native?" But I'cant get .ipa file.

Any one cloud you explain how to get .ipa file .

Answer

Saravana Kumar picture Saravana Kumar · Feb 9, 2017
  1. Get the .app file:

     react-native run-ios --configuration=release
    
  2. .app file path Build/Products/Release/"<Your_Filename>.app".

  3. Convert .app to .ipa :

    • Create folder Payload.
    • paste .app file into Payload folder.
    • compress the Payload folder.
    • change the name you want and put extension as .ipa.