Hi, I'm trying to scaffold a react native native module using jsi with cpp. I'm unable to get the sample working on iOS and curious if anyone else has seen an issue.
To reproduce:
- npx create-react-native-library react-native-nativetest then cd into folder
- yarn
- yarn android --> Loads and works correctly. Result: 21 displayed on screen
- cd /example/ios --> pod install --> Pods all install properly including the react-native-nativetest 0.1
- Open XBCode Project to set signing certificate
- cd to / and run yarn ios --> Builds and installs on the phone. Dev server still running from Android, so I reload the app and it connects, bundles, and splash screen displays. Then goes black screen with a Console Warning: RCTBridge required dispatch_sync to load RCTAccessibilityManager with no other errors.
Trying to build directly in Xcode project shows this error: 
Has anyone else encountered this recently and any tips to get it running on iOS?
Testing on iOS 17.4 with iPhone 14