The 3.1.4 release contains the a binary compatible with swift 3.0. Is there any way to download the binary?
I know that there is a workaround, but the question is not about that.
@Gujci You can try the following command to build the source files on your local machine.
carthage update --no-use-binaries SwiftyJSON
@tasanobu please read the issue, "I know that there is a workaround" means that I know that there is a workaround.
The issue is not about that, it's about downloading the correct binary, not compiling it locally.
Also github "SwiftyJSON/SwiftyJSON" "master"
is a workaround, which "forces" carthage to compile it locally, but that is not the answer to this question.
@Gujci I also ran into this, so I forked the repo and uploaded a pre-built framework built with Swift 3.0.2
.
You can point your Cartfile
here in the meantime until they (hopefully) build the next release with the latest Swift: https://github.com/solidcell/SwiftyJSON/releases
I think this is a better solution than having to run:
carthage bootstrap
carthage update --no-use-binaries SwiftyJSON
.. just because of SwiftyJSON
.
Sorry for the late response. I just uploaded a latest archive which compiled with Swift 3.0.2, tagging with 3.1.4
. Cheers!