react-native-callkeep icon indicating copy to clipboard operation
react-native-callkeep copied to clipboard

The example application does not start

Open w4ugit opened this issue 2 years ago • 0 comments

OS: MacOS Ventura 13.4.1 NPM: 9.7.1 NODE: v19.7.0

I ran yarn install, it went without errors. But when I tried to do the pod install, I got an error

Installing unimodules:
 [email protected] from ../node_modules/expo-app-loader-provider/ios
 [email protected] from ../node_modules/expo-constants/ios
 [email protected] from ../node_modules/expo-file-system/ios
 [email protected] from ../node_modules/expo-font/ios
 [email protected] from ../node_modules/expo-keep-awake/ios
 [email protected] from ../node_modules/expo-linear-gradient/ios
 [email protected] from ../node_modules/expo-location/ios
 [email protected] from ../node_modules/expo-permissions/ios
 [email protected] from ../node_modules/expo-sqlite/ios
 [email protected] from ../node_modules/expo-web-browser/ios
 [email protected] from ../node_modules/unimodules-barcode-scanner-interface/ios
 [email protected] from ../node_modules/unimodules-camera-interface/ios
 [email protected] from ../node_modules/unimodules-constants-interface/ios
 [email protected] from ../node_modules/@unimodules/core/ios
 [email protected] from ../node_modules/unimodules-face-detector-interface/ios
 [email protected] from ../node_modules/unimodules-file-system-interface/ios
 [email protected] from ../node_modules/unimodules-font-interface/ios
 [email protected] from ../node_modules/unimodules-image-loader-interface/ios
 [email protected] from ../node_modules/unimodules-permissions-interface/ios
 [email protected] from ../node_modules/@unimodules/react-native-adapter/ios
 [email protected] from ../node_modules/unimodules-sensors-interface/ios
 [email protected] from ../node_modules/unimodules-task-manager-interface/ios

Analyzing dependencies
Fetching podspec for `DoubleConversion` from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`
Fetching podspec for `Folly` from `../node_modules/react-native/third-party-podspecs/Folly.podspec`
Fetching podspec for `RNGestureHandler` from `../node_modules/react-native-gesture-handler/RNGestureHandler.podspec`
Fetching podspec for `RNReanimated` from `../node_modules/react-native-reanimated/RNReanimated.podspec`
Fetching podspec for `glog` from `../node_modules/react-native/third-party-podspecs/glog.podspec`
[!] The name of the given podspec `Yoga` doesn't match the expected one `yoga`

w4ugit avatar Jul 04 '23 09:07 w4ugit