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 with backend.json 0.16.0 #125

Closed
unipheas opened this issue May 10, 2019 · 2 comments
Closed

Error with backend.json 0.16.0 #125

unipheas opened this issue May 10, 2019 · 2 comments

Comments

@unipheas
Copy link
Contributor

When performing the command
Carthage build --platform iOS --no-skip-current --verbose
I am receiving the following error
*** Downloading binary-only framework backend at "https://s3.eu-central-1.amazonaws.com/dronecode-sdk/backend.json" No available version for binary "https://s3.eu-central-1.amazonaws.com/dronecode-sdk/backend.json" satisfies the requirement: == 0.16.0
I had to change the Cartfile to 0.15.0 for it to work.

*** I am using Shadowsocks and proxying through the GFW in China, if this has anything to do with it. However, 0.15.0 worked so I'm not sure about that.

@JonasVautherin
Copy link
Collaborator

I had it as well, I believe. Can you try to clean Carthage cache? Seems like Carthage sometimes needs that when using binary-only frameworks 🙄.

rm -rf ~/Library/Caches/org.carthage.CarthageKit/
rm -rf ~/Library/Caches/carthage/

@unipheas
Copy link
Contributor Author

This was resolved. Thank you!

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