-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Master branch is not compiling #879
Comments
I tried, I was able to compile it. So should be your project issues. Try clean and rebuild again. |
I'm having the exact same problem with the master branch and a fresh install: 26x Expected expression in list of expressions. Any idea what can be causing this? |
Which version of Xcode are you using? |
I think either 72. or 7.3, ..I'll post the details later when I have access to my machine. Is there any other info I can collect and share that might be helpful? |
Here is more info:
|
Xcode is moved to Swift 2.1 now. You need to install Xcode 7.3. |
Excellent, upgrading to Xcode to 7.3 solved there errors. Thanks for the help. I now have Swift 2.2 with XCode 7.3. Previously I had XCode 7.2.1, Swift version 2.1.1, so I think the minimal required Swift version is 2.2? |
Yeah I guess you are right |
When I download ios-charts from master branch, I am not able to compile. I am getting 26 errors(Expected expression in list of expressions) but when I download ios-chart project from floatXAxis branch I am able to compile/run fine.
The text was updated successfully, but these errors were encountered: