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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: