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

Carthage can not update #1

Open
yoohanna opened this issue Sep 5, 2019 · 2 comments
Open

Carthage can not update #1

yoohanna opened this issue Sep 5, 2019 · 2 comments

Comments

@yoohanna
Copy link

yoohanna commented Sep 5, 2019

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

If you believe this to be an error, please file an issue with the maintainers at https://github.com/kavenegar/call-ios-sdk/issues/new

@mohsenk
Copy link
Contributor

mohsenk commented Sep 7, 2019

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.

@apolonsoft
Copy link

hi
i got this error :

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

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

3 participants