Open pratpandey01 opened 4 years ago
Hello @pratpandey !
The issue is strange and probably is related to local pods issue on your machine.
Please try to run pod cache clean VoxImplantSDK --all
and pod update
after it.
Best regards, Yulia Grigorieva
I did "pod cache clean VoxImplantSDK --all" and got below message [!] No cache for pod named VoxImplantSDK found..
After this I did "pod update" and getting the same error mentioned above.
Not sure what is the issue.
Hello @pratpandey ,
Could you please run pod --version
command and let me know your pod version?
Best regards, Yulia Grigorieva
Hi @YuliaGrigorieva ,
pod version is 1.9.1.
Please try to run pod deintegrate
and then pod install
after "pod deintegrate" :
Deintegrating VoximplantDemo.xcodeproj
Removing Pods
directory.
Project has been deintegrated. No traces of CocoaPods left in project. Note: The workspace referencing the Pods project still remains.
Then after "pod install" same error :
Detected React Native module pods for RNCAsyncStorage, RNCallKeep, RNGestureHandler, RNVectorIcons, and react-native-voximplant
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 glog
from ../node_modules/react-native/third-party-podspecs/glog.podspec
Downloading dependencies
Installing DoubleConversion (1.1.6)
Installing FBLazyVector (0.62.2)
Installing FBReactNativeSpec (0.62.2)
Installing Folly (2018.10.22.00)
Installing RCTRequired (0.62.2)
Installing RCTTypeSafety (0.62.2)
Installing RNCAsyncStorage (1.5.1)
Installing RNCallKeep (3.0.3)
Installing RNGestureHandler (1.4.1)
Installing RNVectorIcons (6.6.0)
Installing RNVoipPushNotification (1.1.4)
Installing React (0.62.2)
Installing React-Core (0.62.2)
Installing React-CoreModules (0.62.2)
Installing React-RCTActionSheet (0.62.2)
Installing React-RCTAnimation (0.62.2)
Installing React-RCTBlob (0.62.2)
Installing React-RCTImage (0.62.2)
Installing React-RCTLinking (0.62.2)
Installing React-RCTNetwork (0.62.2)
Installing React-RCTSettings (0.62.2)
Installing React-RCTText (0.62.2)
Installing React-RCTVibration (0.62.2)
Installing React-cxxreact (0.62.2)
Installing React-jsi (0.62.2)
Installing React-jsiexecutor (0.62.2)
Installing React-jsinspector (0.62.2)
Installing ReactCommon (0.62.2)
Installing VoxImplantSDK (2.29.0)
[!] Error installing VoxImplantSDK Verification checksum was incorrect, expected 9d3f221a0b4a91b3e817883f22fad007ee717e5862d92f9bb91c1e7caf40ce82, got 2514240eb2da60d92f7757a5498f7e70485888891a4e48076f3d2b9cecd3f94e
Do you have any antivirus or vpn software installed and running on your mac?
If yes, could you please try to disable them and retry pod install
?
I checked removed, there is no VPN or Antivirus running at my system currently. I did pod install and got new error:
[!] CocoaPods could not find compatible versions for pod "React/Core":
In Podfile:
RNCallKeep (from ../node_modules/react-native-callkeep
) was resolved to 3.0.3, which depends on
React/Core
None of your spec sources contain a spec satisfying the dependency: React/Core
.
You have either:
pod repo update
or with pod install --repo-update
.
I cloned this repository. Did "npm install". Run "pod install" from react-native-demo/ios folder. And getting bellow error while doing pod install.
Thank for support!
"Detected React Native module pods for RNCAsyncStorage, RNCallKeep, RNGestureHandler, RNVectorIcons, and react-native-voximplant Analyzing dependencies Fetching podspec for
DoubleConversion
from../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec
Fetching podspec forFolly
from../node_modules/react-native/third-party-podspecs/Folly.podspec
Fetching podspec forglog
from../node_modules/react-native/third-party-podspecs/glog.podspec
Downloading dependencies Installing DoubleConversion (1.1.6) Installing FBLazyVector (0.62.2) Installing FBReactNativeSpec (0.62.2) Installing Folly (2018.10.22.00) Installing RCTRequired (0.62.2) Installing RCTTypeSafety (0.62.2) Installing RNCAsyncStorage (1.5.1) Installing RNCallKeep (3.0.3) Installing RNGestureHandler (1.4.1) Installing RNVectorIcons (6.6.0) Installing RNVoipPushNotification (1.1.4) Installing React (0.62.2) Installing React-Core (0.62.2) Installing React-CoreModules (0.62.2) Installing React-RCTActionSheet (0.62.2) Installing React-RCTAnimation (0.62.2) Installing React-RCTBlob (0.62.2) Installing React-RCTImage (0.62.2) Installing React-RCTLinking (0.62.2) Installing React-RCTNetwork (0.62.2) Installing React-RCTSettings (0.62.2) Installing React-RCTText (0.62.2) Installing React-RCTVibration (0.62.2) Installing React-cxxreact (0.62.2) Installing React-jsi (0.62.2) Installing React-jsiexecutor (0.62.2) Installing React-jsinspector (0.62.2) Installing ReactCommon (0.62.2) Installing VoxImplantSDK (2.29.0)[!] Error installing VoxImplantSDK Verification checksum was incorrect, expected 9d3f221a0b4a91b3e817883f22fad007ee717e5862d92f9bb91c1e7caf40ce82, got 2514240eb2da60d92f7757a5498f7e70485888891a4e48076f3d2b9cecd3f94e"