4,154
questions
1
vote
1
answer
573
views
How can I resolve 'allowsBackgroundLocationUpdates' error in flutter
I am getting a couple of errors related to location settings when I run my flutter app.
Error 1:
/Users/mustafazaki/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/location-3.2.4/ios/Classes/...
0
votes
1
answer
316
views
Can't install Firebase distribution builds on devices using iOS 9
I have a couple devices running on iOS 9 as that's our minimum supported version.
After I receive the firebase distribution email, and tapping on the download link, I got redirected to a blank web ...
1
vote
0
answers
499
views
Got a EXC_CORPSE_NOTIFY symbol crash, Not able to track what when wrong
I tried to genarate a build on xCode 12 and installed on iPad 2 with iOS 9. I have support for iOS 9 enabled but app automatically closes on opening. When doing track trace. I found following report ...
1
vote
1
answer
854
views
How to run iPad 2 with iOS 9 emulator on Xcode 12?
My app is running fine on all ipad except iPad 2 with iOS 9.3.5. I don't have option to run emulator for the same ipad nor i have the same ipad. How to debug in this case? I am using react native just ...
1
vote
0
answers
375
views
framer-motion ios 9 compatibility
framer-motion uses Proxy, but after importing proxy-polyfill, motion.div exported from 'framer-motion' is still undefined.
How can I make it work with ios 9?
import 'proxy-polyfill';
import 'core-js/...
0
votes
0
answers
187
views
UNUserNotificationCenter alternative for iOS 9
I have an iOS app that supports iOS 10 and above and it's working fine, now I want to support iOS 9
I have the following code that is working fine on iOS 10:
let ceneter = UNUserNotificationCenter....
0
votes
1
answer
608
views
ReacJS not rendering component on iOS 9 iPad
I'm unable to run my ReactJS app on iOS 9.3.5 iPad, it just shows a blank screen. I've tried shim and polyfill, not working either. Since is an iPad, I'm not able to extract the error message or other ...
0
votes
0
answers
77
views
Error when presenting view controller containing a WKWebView IOS9
I am testing an app on an iPad with iOS9 and whenever navigating a ViewController that contains a WKWebView it throws an error.
Thread 1: EXC_BAD_ACCESS (code=1, address=0x321)
This is not an ...
0
votes
0
answers
53
views
Unble to access public class of Swift embedded framework in objective-c project
I have an issue regarding embedded framework.
I have developed a framework in swift language with minimum devlopment target iOS 9.0 and xcode 11.3.1.
I have successfully imported in objective c ...
1
vote
0
answers
302
views
UIApplicationOpenURLOptionUniversalLinksOnly causes crash on iOS9 even though it's enclosed in an @available condition
I'm trying to support iOS9 in an app that uses Microsoft Sign In and found that the app crashes because it cannot find the definition for UIApplicationOpenURLOptionUniversalLinksOnly even though in ...
2
votes
1
answer
646
views
Xcode Error: Could not instantiate class named _UIScrollViewLayoutGuide
I am running my Xcode project (Xcode 11) on an iPhone 4S running iOS 9 and I am getting the following error:
Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', ...
0
votes
0
answers
44
views
iOS 9 Video Interstitial Ads crash
There is an application with video interstitial ads which work perfect on all iOS versions except on iOS9 (iPhone 4s). On that device app crashes before ad should appear. Does anyone have an idea why?
5
votes
2
answers
3k
views
Swift Package minimum ios version
I've created my package which I would like to use in my projects. In the package, I'm using UIStackView. When I adding the package to the project and running it I get errors 'UIStackView' is only ...
-2
votes
1
answer
180
views
How to differentiate code based on iOS version during compile time
I have been using 'UIKit.UIUserInterfaceStyle UIKit.UITraitCollection::get_UserInterfaceStyle()' API for iOS version 12+. I need to compile the source on iOS version version 9+, I need to ...
2
votes
1
answer
514
views
Remote debug safari ios9 and MacOs 10.13
I have an old iphone 4s with iOS9. I checked Settings > Safari > Advanced : Web Inspector on the device and enabled Safari > Preferences > Advanced : Show Develop on the Mac.
When I connect the phone ...