You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I have tried to update Carthage with below command: carthage update --platform ios
then I faced a problem.
ll-ios-sample mohammaddavarpanah$ carthage update --platform ios
*** Fetching call-ios-sdk
*** Checking out call-ios-sdk at "v1.2.3"
*** xcodebuild output can be found in /var/folders/1n/6r2nzh2x509fc22_mj2rk8kh0000gn/T/carthage-xcodebuild.HVTxko.log
*** Downloading call-ios-sdk.framework binary at "v1.2.2"
*** Skipped installing call-ios-sdk.framework binary due to the error:
"Incompatible Swift version - framework was built with 4.2.1 (swiftlang-1000.11.42 clang-1000.11.45.1) and the local version is 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5)."
Falling back to building from the source
*** Skipped building call-ios-sdk due to the error:
Dependency "call-ios-sdk" has no shared framework schemes for any of the platforms: iOS
Hi Mohammad,
I guess the problem is your swift version is different with the sdk binary swift version.
You can set your xcode swift version to 4.2.1 to solve this problem. But we are going to build sdk binary with swift 5 anyway.
"Incompatible Swift version - framework was built with 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5) and the local version is 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7)."
Hi
I have tried to update Carthage with below command:
carthage update --platform ios
then I faced a problem.
The text was updated successfully, but these errors were encountered: