【发布时间】:2022-10-17 22:03:19
【问题描述】:
当我尝试使用钛 cli (titanium build -f -p ios) 为 ios 构建和运行钛应用程序时,我收到以下错误:
[错误] 错误:应用程序正在使用不支持的本机模块 arm64 模拟器,您在 arm64 设备上:
- com.shareourideas.locale
- com.omorandi
- ti.review 对话框
- com.mfogg.squarecamera
- av.imageview 在 iOS Builder.invoke codeBuild
构建已创建,但是当我尝试通过 xCode 在模拟器上启动应用程序时,应用程序冻结在启动屏幕上。
我尝试从 tiapp.xml 文件中删除这些模块,没有发生错误,但应用程序一直在启动屏幕上停止。所以我假设这两个问题彼此无关。
如何修复与模块相关的错误
- - - -基本信息 - - - -
Operating System Name = macOS Version = 11.5.2 Architecture = 64bit CPUs = 8 Memory = 8.0GB Node.js Node.js Version = 16.13.0 npm Version = 8.1.0 Titanium CLI CLI Version = 5.4.1 node-appc Version = 1.1.3 Titanium SDKs 10.1.1.GA Version = 10.1.1 Platforms = iphone, android git Hash = 2448cfa671 git Timestamp = 11/18/2021 17:12 node-appc Version = 1.1.2
【问题讨论】:
标签: ios titanium titanium-mobile arm64