简体   繁体   English

启动画面后Unity和Xcode Build崩溃

[英]Unity and Xcode Build crash after Splash Screen

After updating to Unity 5.2.0f3, Xcode 6.4, and the Vuforia plugin, when I build my xcodeproj, my app just shows the Splash Screen and then crashes with the following error: 更新到Unity 5.2.0f3,Xcode 6.4和Vuforia插件后,当我构建我的xcodeproj时,我的应用程序仅显示启动画面,然后由于以下错误而崩溃:

EXC_BADACCESS (Code=1,adress=0x94)

I fixed similar issues by adjusting the Player Settings in Unity several times, though it seems that there is a problem with IL2CPP / Universal Architecture. 我通过多次调整Unity中的播放器设置来解决了类似的问题,尽管似乎IL2CPP /通用体系结构存在问题。

Any master that can help? 有什么高手可以帮忙吗?

We have one known bug related to Vuforia and packing of a managed structure that causes alignment problems for iOS builds. 我们有一个与Vuforia和包装受管结构有关的已知错误,该错误导致iOS版本的对齐问题。 I'm not sure that this is the error you are seeing. 我不确定这是您看到的错误。 You can work around the error by disabling optimizations in the Xcode project (although this is certainly not a fix). 您可以通过在Xcode项目中禁用优化来解决该错误(尽管这当然不是解决方案)。

We're working with the Vuforia developers now to have the problem corrected. 我们正在与Vuforia开发人员合作,以解决问题。

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

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