I upgraded Xcode to 8.1 GM and am now getting the below error for SwiftyJSON. Other imported frameworks seem to work. Is there a way to force this to work in Swift 3 until S
Updating default Xcode to new one on terminal worked for me.
Xcode
Step 1 : Use following command to update Xcode version to latest on Terminal. Ref
sudo xcode-select -switch Xcode.app
Step 2 : Now try carthage update command
carthage update --platform iOS