IOS app is crashing on IOS 7.1 but works with IOS 8
NickName:user3786591 Ask DateTime:2014-10-09T07:47:08

IOS app is crashing on IOS 7.1 but works with IOS 8

I have an app that is live on the app store, but it isn't launching on IOS 7.1 devices. I set the deployment target for IOS 7.1, but my base sdk is IOS 8. It makes sense that this would case a crash on non-ios8 devices. Am I correct in my thinking? Do I need to go back and use the IOS 7.1 SDK??

Copyright Notice:Content Author:「user3786591」,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/26268178/ios-app-is-crashing-on-ios-7-1-but-works-with-ios-8

More about “IOS app is crashing on IOS 7.1 but works with IOS 8” related questions

IOS app is crashing on IOS 7.1 but works with IOS 8

I have an app that is live on the app store, but it isn't launching on IOS 7.1 devices. I set the deployment target for IOS 7.1, but my base sdk is IOS 8. It makes sense that this would case a cras...

Show Detail

iOS 7.1 app is crashing in showing alert view

I have used alertview many times but currently i have an issue. My app is working in all the version except it is crashing in iOS 7.1. Below is the log message. [_UIBarBackgroundCustomImageContainer

Show Detail

iOS broken auto layout on simulator 7.1 after segue (works on ios 8)

I have very strange problem on ios simulator 7.1 with auto layout but on ios 8 everything works fine. On ios simulator 7.1 when new "View Controller" was presented through segue its content becomes

Show Detail

Creating an app with deployment target of iOS 7.1 and optional iOS 8-only features

I'm creating an app that works with CloudKit framework (iOS 8-only) but still want to keep compatibility with iOS 7.1, with no CloudKit functionality, of course. Apple documentation recommends chec...

Show Detail

Quicklook/QLPreviewController, some problems with iOS 8 but everything works with iOS 7.1

I'm working with QuickLook to view PDF Files. It's working properly in iOS 7.1 but some problems happens with iOS 8 GM. Pictures are better than words, I wanna show you problems : iOS 7.1 Xcode 6 (

Show Detail

NSXMLParser I implemented with Swift works on iOS 8 but not on 7.1

Long story short, I was pulling some data from a RSS feed and everything was working good. Well, untill I decided to test it on the iOS 7.1 simulator. It crashed right away. Here is the XML Parser I

Show Detail

How to launch app using Xcode 7.1 with iOS Deployment target iOS 7.1?

I want to launch my app for users who have iOS 7.1 and ahead. After installing Xcode 7.1 after running on iOS 7.1 simulator its giving The iOS 7.1 simulator runtime is not available. Unable to open

Show Detail

calabash-ios not working with iOS 7.1 Simulators

I'm trying to do some automated UI testing using Calabash, everything works great when I'm running on iOS 8 simulators, however, the minute I switch to an iOS 7 simulator, it doesn't seem to be abl...

Show Detail

iOS7 App crash issue which works fine in iOS7.1 and above

Symbol not found: _OSAtomicDecrement32 app crash issue in iOS7 which works fine in version higher than iOS7.1 and above. <Notice>: dyld: lazy symbol binding failed: Symbol not found:

Show Detail

UILocalNotification with custom sound only works on iOS 6.1 and iOS 7.1, not iOS 7.0

I have developed an application where the user can select from a few custom notification sounds to sound. These notifications will either be shown in-app through a simple AVPlayer or through a

Show Detail