iOS app crashing in iOS 10 (working in iOS 11)
NickName:Nik Ask DateTime:2017-11-21T05:08:54

iOS app crashing in iOS 10 (working in iOS 11)

My iOS app is working successfully in iOS 11, but unfortunately is crashing when showing the splash screen in iOS 10.

I have attached the device log, any ideas?

Thanks, N

Device Log: iPhone 5 iOS 10.0.2 Device log - CRASH

Copyright Notice:Content Author:「Nik」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/47401094/ios-app-crashing-in-ios-10-working-in-ios-11

More about “iOS app crashing in iOS 10 (working in iOS 11)” related questions

iOS app crashing in iOS 10 (working in iOS 11)

My iOS app is working successfully in iOS 11, but unfortunately is crashing when showing the splash screen in iOS 10. I have attached the device log, any ideas? Thanks, N Device Log: iPhone 5 iO...

Show Detail

NSPredicate in ObjectiveC is crashing in iOS 11 and working fine in iOS 10

I am using the following code [NSPredicate predicateWithFormat:@"SELF MATCHES %@", regex]; It's crashing if I run the app in iOS 11 but it works fine in iOS 10 devices. Has anybody encountered...

Show Detail

App crash in iOS 9 but not in iOS 10

I have an app that record video, and use extern libs as FMMPEG and x264. All extern libs are compiled with iOS 9.2 SDK and for all valid architectures. It was working fine until I decided use iOS ...

Show Detail

NSDateFormatter dateFromString working on iOS 10 but returning nil on iOS 11

My in house app which is working for last 2 years have messages dates in different format 1* Sep 20, 2017 at 8:09:39 PM 2* Feb 3, 2017, 5:49:42 PM I am converting these string to date like this

Show Detail

Ios6.1 device app crashing

I developed an app and it is running fine in iOS 5.1 in iOS device. But when running the app on iOS 6.1 device app is crashing with the error. libMobileGestalt copySystemVersionDictionaryValue: C...

Show Detail

iOS app crashing on Testflight

My application working fine on development environment but when I submit the same to test flight for beta testing it is crashing on few devices/iOS(no specific pattern) Working fine on below devices

Show Detail

iOS App crashing on Region Format change

My iOS App(based on Maps) is working fine, but when I change Region Format to Malay(in iOS 6), app is crashing. It works fine in previous versions of iOS.

Show Detail

Regular Expression not working in ios11 only working fine in ios10

Requirement; All Special characters allowed excluding (`) (') () (") and Spaces using below for the same and working fine in ios 10 const UserIdRegExp = /[^`"' \\]$/g; not working in ios11 const

Show Detail

iOS 10 vs iOS 11 safe area

I have an iPad app written in objective-c that has a tool bar at the bottom of a UIVew. In ios10, the bar sits at the absolute bottom of the screen, and I then place images, streams, etc above tha...

Show Detail

Facebook Login not working in iOS 11

We are currently Facing the Facebook Login issue in our iOS application on iOS 11. Facebook login working in iOS 10 but facing only this below issue in iOS 11. We also upgrade Facebook SDK to Latest

Show Detail