-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation errors #75
Comments
Do you use Xcode 6.1? |
Nope - Xcode 6.0.1 |
Xcode 6.0.1 try 2.0.0, 2.1.0 only support Xcode 6.1 |
Thanks! |
@aadilimperoit Did you see in the read me that the requirement for 3.1 is for Xcode 8? If you still must use 7.3, you need an older version of SwiftyJSON. |
@DavidLari Hi, I also have the same issue. Do you have any idea what version of SwiftyJSON would work with xcode 7.3? |
Looks like I have 2.3.3 in my 7.3 project. |
You can use version |
Hi there,
I'm importing SwiftyJSON.swift into my project, but the compiler is flagging up 11 errors - mostly 'Type 'JSON' does not conform to protocol'' for the various LiteralConvertible protocols, and RawRepresentable.
I'm also getting a couple of errors on the line
public init?(rawValue: AnyObject) {
- 'Expected '(' for initializer parameters' and 'Expected declaration'.The text was updated successfully, but these errors were encountered: