简体   繁体   English

应用程序在iPad上的iOS 5中崩溃,并且在iOS 6和iOS 7中正常运行

[英]App crashes in iOS 5 in iPad and works fine in iOS 6 and iOS 7

I have Crittercism in my app. 我的应用程序中有Crittercism。 I created a copy of this app to ugrade to next version. 我创建了此应用程序的副本以升级到下一个版本。 But it crashes before it enters applicationDidFinishLaunching . 但是它在进入applicationDidFinishLaunching之前崩溃。 But the previous version of app is working fine. 但是该应用的先前版本运行良好。 In case I remove the Crittercism in the current then it works fine. 万一我删除了当前的Crittercism,那就可以了。 Crittercism version is libCrittercism_v4_1_2.a . Crittercism版本为libCrittercism_v4_1_2.a I have no clue about the error. 我对这个错误一无所知。 Please help. 请帮忙。

Screenshot of error: 错误的屏幕截图:

在此处输入图片说明

It works fine in iOS 6 and 7. I have enabled zombie and added All Exceptions breakpoint but still no log at all. 它在iOS 6和7中运行良好。我启用了僵尸并添加了“所有异常”断点,但仍然没有任何日志。 It just shows the splash screen and crashes. 它仅显示启动屏幕并崩溃。

I'd recommend upgrading the Crittercism library if you can to a newer version. 如果可以的话,我建议您升级Crittercism库。

If you look at the release notes here: 如果您在此处查看发行说明:

https://gitlab.recatch.tv/modules-ios/crittercism-ios-sdk/blame/1a167a6c9bd72fe002175680fbeb88d0b1cdafda/release_notes.txt https://gitlab.recatch.tv/modules-ios/crittercism-ios-sdk/blame/1a167a6c9bd72fe002175680fbeb88d0b1cdafda/release_notes.txt

You can see that there were some changes regarding deployment target in the version you are using. 您可以看到您使用的版本中有关部署目标的某些更改。 Try to upgrade to a newer version (latest if you can) and see if this corrects your issue. 尝试升级到较新的版本(如果可以的话,请最新),看看是否可以解决您的问题。

Good Luck! 祝好运!

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

相关问题 应用程序在iOS 5中崩溃,在iOS 6和7中运行良好 - App crashes in iOS 5 and works fine in iOS 6 and 7 iOS 应用程序在手机上崩溃,但在模拟器上运行良好 - iOS App Crashes on Phone but works fine on simulator ImagePickerController在Ipad iOS 8.0.2上崩溃,但在iPhone上正常运行 - ImagePickerController crashes on Ipad ios 8.0.2 but works fine on iphones iOS App在Simulator上运行正常,但在真实的iOS设备上崩溃 - iOS App works fine with Simulator but Crashes with a real iOS device 我的应用程序在 iOS12.4 中运行良好,但在 iOS 11 中崩溃 - My app works fine in iOS12.4 but crashes in iOS 11 IOS 6中的AudioQueueDispose崩溃在IOS 5中正常运行 - AudioQueueDispose crashes in IOS 6, works fine in IOS 5 iOS-应用程序在预配置的iPad上崩溃,在模拟器中正常运行 - iOS - app crashes on provisioned iPad, works ok in simulator iOS 9 Ionic Cordova应用程序在iPhone上崩溃; 适用于iPad - iOS 9 Ionic Cordova App Crashes on iPhone; works on iPad React Native IOS 应用程序在 IOS 版本 15 和 14 上运行良好,但在 IOS 12 和 13 的初始屏幕上崩溃 - React Native IOS App works fine on IOS version 15 and 14 but crashes on splash screen for IOS 12 and 13 在Xcode 4.5中开发的iOS应用程序在iOS 6上运行良好,但在iOS 5上崩溃 - iOS app developed in Xcode 4.5 runs fine on iOS 6 but crashes on iOS 5
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM