-
-
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
demo crashes, and no swift examples? #7
Comments
Fixed the error, by adding the framework where appropriately in the project settings. But beyond being able to test the usability of the chart system, I still have no way of implementing them. And for some one who've never touched a line of code for other devices. The Android "getting started guide" is useless. While all the parameters and how to change the chart, is fairly easy to comprehend. The lack of knowledge with an example of setting up a single thing. Makes the rest of the information useless :( |
The ObjC demo is very simple to understand, even if you do not know the You also should not try to develop for iOS without knowledge in ObjC as |
I have same problem than MarkLyck. When I run on simulator there are no problems, but I try to run ChartsDemo on iPhone, but always the same problem: dyld: Library not loaded: @rpath/Charts.framework/Charts How add the framework correctly to run demo on iPhone? Thanks. |
Note that Xcode 6.3 is in beta, and compiles best for iOS 8.3
You could try making sure that your target has a reference to the library's
output
|
I'm trying removing and adding framework reference from target but same result. Did you try with iOS 8.2 or below? |
No, I haven't, because it's compiled with a BETA version of Xcode. |
I've found a fix for your "library not found" error, you should pull now and try. |
I try to use it in my swift project, but always get: dyld: Library not loaded: @rpath/Charts.framework/Charts a short swift demo or HowTo would be really usefull. |
I was able to resolve this issue by adding the Charts framework under "Embedded Frameworks" as described here: |
Friends, this is in the README under instructions. I hate answering the בתאריך יום שישי, 1 במאי 2015, jhays [email protected] כתב:
|
Something might help that was not marked yet is that if you are working on an Objective-C project you have to set: |
When running your ChartsDemo app. I'm presented with the following errors:
dyld: Library not loaded: @rpath/Charts.framework/Charts
Referenced from: /private/var/mobile/Containers/Bundle/Application/9F8BD568-2130-48D8-9F62-E123EB2451BA/ChartsDemo.app/ChartsDemo
Reason: image not found
(lldb)
It's also written in Obj-c and not swift. Making it very difficult to translate for developers who havn't learned Obj-C to figure out how you're supposed to implement these charts?
The text was updated successfully, but these errors were encountered: