ios-jsc
ios-jsc copied to clipboard
NativeScript for iOS using JavaScriptCore
**Environment** - iOS Runtime: `6.2.0-rc-2019-10-21-153440-02` **Describe the bug** In Resources tab cyrillic and arabic strings are not shown correctly. Same strings are shown correctly in the Console tab. **To Reproduce**...
**Environment** - CLI: 6.1.2 - iOS Runtime: 6.1.1 **Describe the bug** When run debug with option --start app files are not loaded (only bundle.js, venor.js etc.) and e.g. cannot set...
**Environment** - CLI: 5.3.0-2019-03-13-13021 - Cross-platform modules: 5.2.2 - iOS Runtime: v5.3.0-2019-03-13-122936-01 **Describe the bug** Change in a file is not applied in Inspector Resources tab when running debug with...
**Is your feature request related to a problem? Please describe.** With the release of Xcode 11, an iOS project can now target macOS, as described here: https://help.apple.com/xcode/mac/current/#/dev8e94ce3c8 **Additional context** I...
## iOS 9 Introduced Bitcode Submission We should be able to submit NativeScript for iOS apps built for Bitcode. At the moment this is mandatory for WatchOS, and enabled by...
App crashes on launch after building app in release mode with dist profile IOS App work well in debug mode, over simulator and using nativescirpt side kick over phone, but...
### Brief description **Methods** declared inside a **JavaScript** class which are constructed using the following template: (where `MyClass` is some `JavaScript` class extending some `Objective-C` class (with `__extends`)) ```JS Object.defineProperty(MyClass,...
**Environment** - CLI: `5.3.0-2019-03-25-13088` - Cross-platform modules: `5.2.2` - iOS Runtime: `5.3.0-rc-2019-03-26-093634-01`, `5.2.0`, `5.1.0` - nativescript-dev-webpack: `^0.21.0-rc-2019-03-21-194124-01` **Describe the bug** App crashes on **device with iOS 10.2.1** when run it...
**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): - iOS...
I am facing the same issue that i have on android. While using Nativescript / Vue / Typescript, i need this in my ts config ``` "importHelpers": true, //for vue...