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