ios
ios copied to clipboard
NativeScript for iOS using V8
This PR ensures thread safety for Promises by preventing the global `Promise` object from being overwritten by user-space code or 3rd party libraries. NativeScript relies on a custom Promise proxy...
This is what we discussed on Discord. If a native obj-c method like this `openReturningError(error?)` is called without the error argument it will throw a JS Error if an error...
Before merging: - [ ] Audit pbxproj changes to confirm proper targets are affected alone - [ ] Confirm with Intel vs Silicon
Hello, I am experiencing an issue with NativeScript version 8.9.3. On my Intel-based MacBook, the application crashes instantly upon launching in the iOS simulator when I run ns debug ios....
When building an app with iOS 26 SDK the metadata generator is partly broken due to some changes in how the UIKit.framework is structured. The macro "UIKIT_EXTERN" that was previously...
error message: In file included from /Users/zhudezhen/Desktop/2025/react-native/nativescript-ios/ios/NativeScript/inspector/utils.mm:3: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/codecvt:58: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/__locale:24: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/c++/v1/string:2506:3: error: implicit instantiation of undefined template 'std::char_traits' fatal error: too many errors...