标签: telerik nativescript
此命令生成一个80 mb .IPA文件:
tns build ios --for-device --release --bundle webpack --provision [Development Profile]
或此生成一个37 mb .IPA文件:
tns build ios --for-device --release --bundle webpack --provision [Distribution Profile]
为什么这种意外行为?