【发布时间】:2019-07-31 09:25:06
【问题描述】:
我正在使用NativeScript 6.0.2,当我在模拟器和真实设备中测试应用程序时,它工作正常。然后我存档项目并成功为testFlight 上传ipa,但是当我从testFlight 在设备中安装应用程序时,它在启动屏幕上崩溃了。
tns info
✔ Getting NativeScript components versions information...
✔ Component nativescript has 6.0.2 version and is up to date.
✔ Component tns-core-modules has 6.0.3 version and is up to date.
✔ Component tns-android has 6.1.0-2019-07-23-185153-03 version and is up to date.
✔ Component tns-ios has 6.0.1 version and is up to date.
请帮助解决这个问题。
这是设备日志
我在构建阶段部分(XCode)中发现了一些红色路径,它们有什么问题吗?
这是Build Phases的图片
【问题讨论】:
-
您是否正在为设备创建构建(使用正确的配置文件签名)?未签名的 IPA 无法部署在真实设备上 - 只能部署在模拟器上。
标签: xcode nativescript nativescript-angular nativescript-telerik-ui nativescript-plugin