如何在nativescript中构建.ipa文件

MJH*_*MJH 2 nativescript nativescript-cli

我在Nativescript CLI上运行此命令

tns build ios --release

但不是构建.ipa文件.

如何构建.ipa文件?

Nic*_*iev 13

使用tns build ios --release --forDevice IPA文件构建后将位于以下文件夹中

<project>/platforms/ios/build/device
Run Code Online (Sandbox Code Playgroud)