NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore
http://docs.nativescript.org/runtimes/ios
Apache License 2.0
298 stars 59 forks source link

Runtime does not support iOS 14.0 #1273

Closed replygirl closed 4 years ago

replygirl commented 4 years ago

Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

Describe the bug After an update to Xcode 12 & iOS 14:

To Reproduce Via Xcode UI:

  1. tns prepare ios
  2. Open the Xcode workspace
  3. Run on an iPhone running iOS 14

Via tns:

  1. tns run ios

Expected behavior The app will behave identically as it did in prior versions of iOS

Sample project Sorry can't share

Additional context I assume this is known/expected and is a general iOS 14 compatibility thing with the runtime

rigor789 commented 4 years ago

Hey @replygirl - I just published an alpha version with a fix for ios14.

You can give it a try by setting the ios version to 6.6.0-alpha.0-ios14-2020-07-02-159364-01

Let us know if you run into any issues!

rigor789 commented 4 years ago

Update: https://github.com/NativeScript/NativeScript/issues/8665#issuecomment-653522656

Closing this issue - to keep the conversation/feedback in a single place.