Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[!] Error installing VoxImplantSDK #65

Open
pratpandey01 opened this issue Apr 23, 2020 · 8 comments
Open

[!] Error installing VoxImplantSDK #65

pratpandey01 opened this issue Apr 23, 2020 · 8 comments

Comments

@pratpandey01
Copy link

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 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"

@YuliaGrigorieva
Copy link
Contributor

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

@pratpandey01
Copy link
Author

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.

@YuliaGrigorieva
Copy link
Contributor

Hello @pratpandey ,

Could you please run pod --version command and let me know your pod version?

Best regards,
Yulia Grigorieva

@pratpandey01
Copy link
Author

Hi @YuliaGrigorieva ,

pod version is 1.9.1.

@YuliaGrigorieva
Copy link
Contributor

Please try to run pod deintegrate and then pod install

@pratpandey01
Copy link
Author

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

@YuliaGrigorieva
Copy link
Contributor

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?

@pratpandey01
Copy link
Author

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:

  • out-of-date source repos which you can update with pod repo update or with pod install --repo-update.
  • mistyped the name or version.
  • not added the source repo that hosts the Podspec to your Podfile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants