简体   繁体   English

Monaca编译的应用iOS应用为32位,而不是64位

[英]Monaca compiled app iOS app as 32 bit, not 64 bit

I recently created an app that's pure HTML/JS/CSS. 我最近创建了一个纯HTML / JS / CSS应用程序。 Aside from have an asset of a custom font, everything is native to Monaca. 除了拥有自定义字体外,所有内容都属于Monaca。 When I compile the app and load it into my iPhone 7, my iPhone warns that the app is a 32-bit app and may be disabled. 当我编译该应用程序并将其加载到iPhone 7中时,iPhone会警告该应用程序是32位应用程序,并且可能已被禁用。 I can't locate where in Monaca I can change how to compile it any differently. 我无法在Monaca的任何地方找到可以更改其编译方式的方式。 Thanks in advance for any help or pointers. 在此先感谢您的帮助或指点。

If your project is using Cordova 6.2 or later, the release build of this project should be 64-bit. 如果您的项目使用的是Cordova 6.2或更高版本,则此项目的release版本应为64位。 However, if you use debug or adhoc build, it will be 32-bit; 但是,如果使用debugadhoc构建,它将是32位;否则,它将变为32位。 then, the warning message will be showing. 然后,将显示警告消息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM