Command /Library/Developer/Toolchains/swift-3.1-RELEASE.xctoolchain/usr/bin/swiftc failed with exit code 1

238 Views Asked by At

I am trying to compile my code which contains some frameworks compiled with swift 3.1 which is not compatible with xcode 9. I installed toolchain package for swift 3.1 and tried to build the code.

But I am not able to compile this code. Getting an error:

Command /Library/Developer/Toolchains/swift-3.1-RELEASE.xctoolchain/usr/bin/swiftc failed with exit code 1

See the screenshot:

enter image description here

0

There are 0 best solutions below