-
Notifications
You must be signed in to change notification settings - Fork 117
Description
Hi dear,
Firstly when I run "react-native run-ios" I have this error:
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening oca.xcodeproj. Run CLI with --verbose flag for more details.
I found that i need install cocoapods, but when I run "pod install" I have this error:
Detected React Native module pods for RNGestureHandler, RNVectorIcons, and react-native-webview Analyzing dependencies Fetching podspec forDoubleConversionfrom../node_modules/react-native/third-party-podspecs/DoubleConversion.podspecFetching podspec forFollyfrom../node_modules/react-native/third-party-podspecs/Folly.podspecFetching podspec forglogfrom../node_modules/react-native/third-party-podspecs/glog.podspec/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb:275: [BUG] Bus Error at 0x0000000104ccc000 ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.arm64e-darwin21]
I am in:
MAC Mini M1 / npm=8.7.0 / v16.14.2
any suggestion?