how to build .ipa file in nativescript

4.4k Views Asked by At

i run this command on Nativescript CLI

tns build ios --release

but not build .ipa file.

how to build .ipa file?

1

There are 1 best solutions below

1
On

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

<project>/platforms/ios/build/device