ios icon indicating copy to clipboard operation
ios copied to clipboard

NativeScript for iOS using V8

Results 68 ios issues
Sort by recently updated
recently updated
newest added

There is no dSym file attached to the release 8.3. The latest is for 8.2.0 - 8.2.1.

I had this crash happen sometimes when building an app for the simulator. It will crash on startup every time until the app is rebuilt. Crash report: ------------------------------------- Translated Report...

**This is a possible breaking change** This adds additional information to native types that expect some kind of protocol. ## Before: ``` @protocol Option -(NSString *) optionId; -(NSString *) type;...

cla: yes

This adds deprecation and since notices to APIs: Before: ``` widgetMaximumSizeForDisplayMode(displayMode: NCWidgetDisplayMode): CGSize; ``` After: ``` /** * @since 10.0 * @deprecated 14.0 */ widgetMaximumSizeForDisplayMode(displayMode: NCWidgetDisplayMode): CGSize; ```

cla: yes

This PR includes methods required for running NS apps and js strings from a native app using the NS runtime: - (void)runScriptString: (NSString*) script runLoop: (BOOL) runLoop; - (void)restartWithConfig:(Config*)config; -...

cla: yes

Hi, I am bout trying to fixe a bug on `nativescript-image-cache-it` some class are ignored by the runtime with the metadata filtering ? There are a lot of class included...

8.6.4 cherry picks #242 from main _(Note: accidentally committed as `release: 8.6.3` - but the tag/version is 8.6.4 correctly)_

cla: yes

I updated my ios to next: "@nativescript/ios": "^8.6.4-next.2024-03-09-8212029414", After doing so, the Chrome debugger stopped working. It appers to show Elements but Console and Network tabs don't work at all,...

`interop.NSErrorWrapper` is defined in typings, was implemented in JSC but is missing from v8 iOS. Would be nice to have it