简体   繁体   English

InAppBrowser导致应用仅在iPhone 5s上崩溃

[英]InAppBrowser causing app to crash only on iPhone 5s

I'm having an issue where I've got a Cordova app that opens an InAppBrowser and it's crashing on iPhone 5s only. 我遇到一个问题,其中有一个Cordova应用程序可以打开InAppBrowser,并且仅在iPhone 5s上崩溃。 I can get it to work on iPhone 4s and the simulator fine. 我可以在iPhone 4s和模拟器上正常使用它。 On the iPhone 5s I'm getting the following error: 在iPhone 5s上,出现以下错误:

<Warning>: Application 'UIKitApplication:[appName][0x1412]' exited abnormally with signal 11: Segmentation fault: 11

I have attempted removing the build and rebuilding completely to no avail. 我试图删除构建并完全重建完全无济于事。 I am using Cordova 3.4 and Xcode 5.1. 我正在使用Cordova 3.4和Xcode 5.1。 Thank you for any ideas or help that you can offer. 感谢您提供的任何想法或帮助。

I was able to resolve this issue by using an older version of Xcode, I downloaded and installed Xcode 5.0.1. 通过使用较旧版本的Xcode,我能够解决此问题,我下载并安装了Xcode 5.0.1。 You can get it on the http://developer.apple.com site under downloads. 您可以在http://developer.apple.com网站上的下载下获得它。

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

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