0

Does SwiftyJSON support Swift version 3.0.1? The swift-version file states the version 3.0. Need to know whether it supports swift 3.0.1 or not.

shoan
  • 1,303
  • 15
  • 22

1 Answers1

0

It doesn't work because it has to be compiled with Xcode 8.1, if you use carthage you do carthage update --platform <yourPlatform> --no-use-binaries

For more information look at this thread

Community
  • 1
  • 1
DEADBEEF
  • 1,930
  • 2
  • 17
  • 32