When I build with XCode 15.3, with this modification
#if ( __OSX_AVAILABLE_STARTING(MAC_NA, IPHONE_16_4))
JSGlobalContextSetInspectable(ctx_, true);
#endif
I have the following build error :
/..../node_modules/react-native/ReactCommon/jsc/JSCRuntime.cpp:406:7 Use of undeclared identifier '__AVAILABILITY_INTERNALIPHONE_16_4'