-
-
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
Multiple 'Charts.framework'. Build fails due to dependencies. #897
Comments
You will have error messages if you cannot compile for the warning and error's tab on left panel. You should check why you cannot build first. |
@murrayjl03 my personal recommendation would be to use the CocoaPods. If you are targeting over iOS 8 |
@liuxuan30 Thanks for the tip! My Errors are: Thanks! |
@hardikdevios I am new to CocoaPods. When looking at the tutorial (https://www.raywenderlich.com/97014/use-cocoapods-with-swift) it uses the dependencies "pod 'Alamofire', '2.0.2'", what would I use in this case? Thanks for your suggestion :) |
First try to run ChartsDemo. If you can compile and run that - then you should be able to drag into your project without any trouble. If you cannot compile that - then you are not using the correct Xcode version. Xcode 7.3 was release recently and we moved the codebase to Swift 2.2. |
Hi, I have dragged the Charts.xcodeproj into my project and when I go to add the Charts.framework I have multiple options:
When I add any of these i get 'build failed' with the following errors:
I am using Xcode 7 and swift 2 if that helps at all! Any help would be appreciated as this looks like exactly what i need!
The text was updated successfully, but these errors were encountered: