ios-jsc icon indicating copy to clipboard operation
ios-jsc copied to clipboard

NativeScript for iOS using JavaScriptCore

Results 102 ios-jsc issues
Sort by recently updated
recently updated
newest added

Right now console is disabled in production builds. https://github.com/NativeScript/ios-runtime/blob/9ed612b7d8479176df2abee50df70e6213b62b74/build/project-template/internal/main.m#L32 however you might need them in testflight releases to debug issues. Would be great to have a `forceLog` option like`android` (and...

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...

**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): - CLI:...

**Environment** - CLI: 6.7.8 - Cross-platform modules:6.6.0 - iOS Runtime:6.5.1 - Android Runtime (if applicable):6.5.1 **Describe the bug** I am trying to publish an ios app on windows, but after...

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I need to use iOS delegates but other plugins overwrite that behavior because oficial docs only...

Hello, I am facing an issue while running my iOS project in device(iPhone) using command of specific provision profile. the error is related to SHA-1. **Unable to apply changes on...

`tns debug ios --inspector --debug-brk` Navigate to Elements tab Actual: Elements tab will be empty Expected: Elements tab to be populated

bug
debug

If you click on the Resources tab an internal error will be thrown Error: ``` TypeError:​ undefined is not an object (evaluating 'parentFolderElement.insertChild')​ (at FileSystemRepresentationTreeElement.js:​34:​32)​ onpopulate @ FileSystemRepresentationTreeElement.js:​34:​32 expand @...

bug
debug

**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): - CLI:...

I'm trying to call this method from a plugin but it throws an exception: ``` const safariHackVC = UINavigationController.alloc().initWithRootViewController(self.safariVC); safariHackVC.presentationController.delegate = self; if (ios.MajorVersion >= 13) { safariHackVC['setModalInPresentation'](true); //throws an...