0

How to build react native .ipa application in mac os.

I would try "react-native run-ios --configuration=release" but that can generate .app file format.

Source : "how to get offline bunduling of ios in react native"

So how to build stand alone .ipa application?

Community
  • 1
  • 1
  • try following http://stackoverflow.com/questions/41970435/how-to-generate-ipa-file-for-react-native/41970662#41970662 – Santosh Sharma Feb 08 '17 at 10:06
  • Yeah I would try that also following statements displayed in terminal. bundle: Writing bundle output to: ios/main.jsbundle bundle: Done writing bundle output Assets destination folder is not set, skipping... But I can't get .ipa file. @santhosh Sharma –  Feb 08 '17 at 10:18
  • Convert .app to .ipa : 1. Create folder Payload. 2. paste .app file into Payload folder. 3. compress the Payload folder. 4. change the name you want and put extension as .ipa. –  Feb 09 '17 at 07:34

1 Answers1

-1

Convert .app to .ipa :

  1. Create folder Payload.

  2. paste .app file into Payload folder.

  3. compress the Payload folder.

  4. change the name you want and put extension as .ipa.