NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore

Home Page:http://docs.nativescript.org/runtimes/ios

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next Stable Release which include IOS14 fix

rleongmt opened this issue · comments

I am having trouble building against real device on IOS 14, using XCode 12. The build that is failing is on an IPhone 11 Pro, and I've had report that it is failing on IPhone Xs and IPhone Xr as well. Even if it does get installed, the app simply closes as soon as it tries to open.

I had a look at this github issue NativeScript/NativeScript#8665, and that it seem any real iPhone device newer than 2018 with IOS14 is unable to run the app. The recommendation is that "tns-ios version 7.0.0-beta.3-v8-2020-06-20-121910-01" will fix this.

Questions:

  1. Just wondering does the current tns-ios v6.5.2 include the new IOS14 fix?
  2. If not when can I expect the next stable release that does include the IOS14 fix?
  3. Alternatively, is there any quick fix that I can apply for the following version? My current version is as follows:
    tns-ios: 5.4.2
    tns-core-modules: ~4.0.0

Thanks!