i run this command on Nativescript CLI
tns build ios --release
but not build .ipa file.
.ipa
how to build .ipa file?
After building with tns build ios --release --forDevice the IPA file will be located in the following folder
tns build ios --release --forDevice
<project>/platforms/ios/build/device
After building with
tns build ios --release --forDevicethe IPA file will be located in the following folder