After all setup react native IOS build Crash i am using
"react-native": "0.81.0",
"hyperSdkIOSVersion": "2.2.2.8",
"hyper-sdk-react": "4.0.5",
Podfile
post_install do |installer|
# https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
react_native_post_install(
installer,
config[:reactNativePath],
:mac_catalyst_enabled => false
)
# Optional: Run HyperSDK Fuse script if it exists
fuse_path = "./Pods/HyperSDK/Fuse.rb"
clean_assets = false
if File.exist?(fuse_path)
system("ruby", fuse_path.to_s, clean_assets.to_s)
end
end
