About 1,110,000 results
Open links in new tab
  1. Flutter VsCode Swift Compiler Error (Xcode): ' ' is only available in ...

    Dec 17, 2024 · I updated Flutter to 3.27 and Xcode to 16.2 and now I can't build iOS from VsCode anymore. I get a flurry of error all saying this or that is available in iOS 13 or ...

  2. How to resolve: 'keyWindow' was deprecated in iOS 13.0

    Jul 21, 2019 · 'keyWindow' was deprecated in iOS 13.0: Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes So if you are …

  3. swift - "... is only available in iOS 13.0 or newer" in a project ...

    Jun 4, 2022 · and now I can't build my project - I get tons of errors in the added watch-date-picker package's code complaining that various things are only available in iOS 13.0 or newer.

  4. Xcode - Unit Test - Compiling for iOS 12 but module has minimum ...

    Sep 1, 2020 · I have tried following Made sure that deployment target is set to iOS 13.0 Cleaning the build folder and rebuilding and rerunning the unit tests. Made sure that Simulator I am …

  5. swift - Compiling for iOS 11.0, but module has a minimum …

    Mar 2, 2021 · I'm developing a project that supports iOS 11 and newer and faced up with next issue: Compiling for iOS 11.0, but module 'AWSPredictionsPlugin' has a minimum deployment …

  6. swift - 'statusBarOrientation' was deprecated in iOS 13.0 when ...

    Sep 17, 2019 · var isLandscape: Bool { return UIApplication.shared.statusBarOrientation.isLandscape } However, with the Xcode 11 GM …

  7. ios - How do I resolve the pod install error on flutter ... - Stack ...

    Jan 28, 2021 · 1 i have the same problem i solved it by change the platform target ios from ios 12 to ios 13 in podfile ios > podfile platform :ios, '13.0' and then remove the pod folder and run …

  8. Error: "Firebase/CoreOnly" message on flutter run

    Jun 25, 2024 · 13 Just delete the ios/Podfile.lock file then go to ios dir cd ios and run pod repo update then flutter clean and finally flutter run if this will not work then try to upgrade the …

  9. Xcode 11 backward compatibility: "UIWindowScene is only …

    Jul 6, 2019 · To make a project generated from an Xcode 11 app template backward compatible, you need to mark the entire SceneDelegate class, and any methods in the AppDelegate class …

  10. 'CC_MD5' is deprecated: first deprecated in iOS 13.0 - This …

    Oct 8, 2021 · If only your project support below iOS 13 you can use CC_MD5. CC_MD5 is deprecated from iOS 13 to higher version.