We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can use Charts in a couple of projects, but trying to add it to a large project I get over 3,000 (!) compile errors
The first error is in AnimatedMoveViewJob.swift: "Expressions are not allowed at the top level"
Does anybody recognise this?
Are there are potential conflicts with other pods that might cause this?
Using pod 'Charts', '~> 3.0' platform :ios, '9.3'
Xcode 8.1
The text was updated successfully, but these errors were encountered:
If you can use it in other projects then it is probably a cocoapods issue or an issue with that specific project.
Sorry, something went wrong.
It turns out I was trying to add the latest version of Charts (Swift 3) to a project that was still in Swift 2.3. Duh!
Glad you found the problem!
No branches or pull requests
I can use Charts in a couple of projects, but trying to add it to a large project I get over 3,000 (!) compile errors
The first error is in AnimatedMoveViewJob.swift: "Expressions are not allowed at the top level"
Does anybody recognise this?
Are there are potential conflicts with other pods that might cause this?
Using pod 'Charts', '~> 3.0' platform :ios, '9.3'
Xcode 8.1
The text was updated successfully, but these errors were encountered: