bignerdranch / Freddy

A reusable framework for parsing JSON in Swift.
MIT License
1.09k stars 120 forks source link

Command failed due to signal: Segmentation fault: 11 #202

Closed DanD21 closed 8 years ago

DanD21 commented 8 years ago

guys, Xcode 7.2.1 fail to build JSONParser.swift from Freddy. Command failed due to signal: Segmentation fault: 11

But it was ok the first day. The second day I opened Xcode, without doing any changes, and this comes up. Tried to build the project to another computer, Xcode 7.3 is there, and it works perfectly fine!

screen shot 2016-08-31 at 12 43 53 pm

jgallagher commented 8 years ago

Yes, this is unfortunately not surprising - Swift 2.2 / Xcode 7.3 fixed a number of compiler crashers. We do not support Swift 2.1 anymore, although in a pinch you could (potentially) pull in an older Freddy release if you needed to use Xcode 7.2.

DanD21 commented 7 years ago

yes, that's what I did. Freddy 2.0.1 is woking fine with Xcode 7.2.1