Skip to content

Instantly share code, notes, and snippets.

@mattyg
Created March 25, 2020 18:32
Show Gist options
  • Save mattyg/6b0f3d5bcfb1ee4870211ea3b1074aab to your computer and use it in GitHub Desktop.
Save mattyg/6b0f3d5bcfb1ee4870211ea3b1074aab to your computer and use it in GitHub Desktop.
voxeet install error
mattbook:src-cordova matt$ cordova plugin add cordova-plugin-voxeet
Installing "cordova-plugin-voxeet" for ios
{ Error: Command failed: carthage update --platform ios --project-directory /Users/matt/Documents/voxeet-cordova-example/src-cordova/plugins/cordova-plugin-voxeet/src/ios
Incompatible Swift version - framework was built with 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15) and the local version is 5.2 (swiftlang-1103.0.32.1 clang-1103.0.32.29).
at ChildProcess.exithandler (child_process.js:281:12)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:915:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
killed: false,
code: 1,
signal: null,
cmd: 'carthage update --platform ios --project-directory /Users/matt/Documents/voxeet-cordova-example/src-cordova/plugins/cordova-plugin-voxeet/src/ios' }
*** Downloading binary-only framework VoxeetSDK at "https://voxeet-cdn.s3.amazonaws.com/sdk/ios/release/VoxeetSDK.json"
*** Fetching voxeet-uxkit-ios
*** Fetching SDWebImage
*** Checking out SDWebImage at "5.6.1"
*** Checking out voxeet-uxkit-ios at "1.3.1"
*** Downloading binary-only framework VoxeetSDK at "https://voxeet-cdn.s3.amazonaws.com/sdk/ios/release/VoxeetSDK.json"
*** xcodebuild output can be found in /var/folders/th/kpczdd1n4blgjjmt36z20qtc0000gn/T/carthage-xcodebuild.kDSR5C.log
Incompatible Swift version - framework was built with 5.1.3 (swiftlang-1100.0.282.1 clang-1100.0.33.15) and the local version is 5.2 (swiftlang-1103.0.32.1 clang-1103.0.32.29).
Error during processing of action! Attempting to revert...
Failed to install 'cordova-plugin-voxeet': CordovaError: Uh oh!
Cannot find framework "/Users/matt/Documents/voxeet-cordova-example/src-cordova/plugins/cordova-plugin-voxeet/src/ios/Carthage/Build/iOS/VoxeetUXKit.framework" for plugin cordova-plugin-voxeet in iOS platform
at install (/Users/matt/Documents/voxeet-cordova-example/src-cordova/platforms/ios/cordova/lib/plugman/pluginHandlers.js:109:48)
at ActionStack.process (/Users/matt/Documents/voxeet-cordova-example/src-cordova/node_modules/cordova-common/src/ActionStack.js:56:25)
at PluginManager.doOperation (/Users/matt/Documents/voxeet-cordova-example/src-cordova/node_modules/cordova-common/src/PluginManager.js:114:20)
at PluginManager.addPlugin (/Users/matt/Documents/voxeet-cordova-example/src-cordova/node_modules/cordova-common/src/PluginManager.js:144:17)
at Api.addPlugin (/Users/matt/Documents/voxeet-cordova-example/src-cordova/platforms/ios/cordova/Api.js:245:10)
at handleInstall (/Users/matt/.nvm/versions/node/v8.16.2/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:581:10)
at /Users/matt/.nvm/versions/node/v8.16.2/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:349:28
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:189:7)
Uh oh!
Cannot find framework "/Users/matt/Documents/voxeet-cordova-example/src-cordova/plugins/cordova-plugin-voxeet/src/ios/Carthage/Build/iOS/VoxeetUXKit.framework" for plugin cordova-plugin-voxeet in iOS platform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment