-
-
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
Unexpected problem with Import Charts #973
Comments
If you build the Charts framework scheme by itself for your device (not the simulator) first and then build the scheme for your app target (which will need to link to Charts), this should fix it. I believe this applies for any framework target, not just Charts. |
The thing is I imported the classes folder from charts so I do not have the option to build the charts framework scheme by itself. |
I have the option to build Charts iOS which is a separate file from my project and is not in my project. |
Oh I see. Is there a reason you can't just add Charts, as a whole, as a separate project in your Xcode workspace? That would allow you to do this. Sent from my iPhone
|
If you have copied all the files to your project you shouldn't use |
I have been running iOS simulator to test my app, but when I switched over to my phone I started receiving the error No Such Module Charts.. It was working before when I used the iOS simulator but it stops working when I want to test it on my own phone.. I don't get it.
The text was updated successfully, but these errors were encountered: