简体   繁体   English

启动应用程序iOS 6时出错

[英]Error on launching application iOS 6

I have an app build for iOS 5.0 and works fine running the same app on iOS 6 crashed on launch. 我有一个适用于iOS 5.0的应用程序,可以在启动时崩溃的iOS 6上运行相同的应用程序。

It seems to be crashing before calling didFinishLaunchingWithOptions method. 在调用didFinishLaunchingWithOptions方法之前,它似乎崩溃了。

It's crashing as bad_excess on 崩溃为bad_excess

0x00480848  <+0024>  ldr    r0, [pc, #240]  (0x48093c <_ZN6google8protobuf18InsertIfNotPresentISt3mapISsSt4pairIPKviESt4lessISsESaIS3_IKSsS6_EEESsS6_EEbPT_RKT0_RKT1_+268>)
0x0048084a  <+0026>  ldr    r1, [pc, #244]  (0x480940 <_ZN6google8protobuf18InsertIfNotPresentISt3mapISsSt4pairIPKviESt4lessISsESaIS3_IKSsS6_EEESsS6_EEbPT_RKT0_RKT1_+272>)

The following problems occur 出现以下问题

  1. Check you are clearly uninstall previous Xcode. 检查您是否清楚地卸载了以前的Xcode。 if No Clearly un install the application. 如果否,请明确取消安装该应用程序。

  2. Check the Mainwindow file is clearly linked to Files ownes. 检查Mainwindow文件是否明确链接到文件拥有者。

  3. Upgarade new xcode. 更新新的xcode。 not beta version. 不是测试版。

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

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