5

i run this command on Nativescript CLI

tns build ios --release

but not build .ipa file.

how to build .ipa file?

MJH
  • 653
  • 2
  • 14
  • 36

1 Answers1

17

After building with tns build ios --release --forDevice the IPA file will be located in the following folder

<project>/platforms/ios/build/device
Nick Iliev
  • 9,610
  • 3
  • 35
  • 89