-
-
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
App didn't started with Charts #546
Comments
We need more details to help you. What is the error message. |
Another typical issue? Just search:) |
No errors message, I noticed that if run app from simulator but not debugger, the application is closed, as well as on the iPhone |
Ok well. We need some sort of error report to be able to help you. |
How I can get deep log? Because, stacktrace when app close is clear |
You can see some of the device's log when you plug it in and go to devices in Xcode. Probably google something like "see device log in Xcode" |
Okey, I find the log. It says: "Library not loaded /Charts.framework/Charts" |
Ok good. Have you followed the installation methods mentioned in the readme? If so which one? |
I'm trying install via CocaPods, but I can't add framework to Embeded Binary or Linked Frameworks. When building project I get error: "Charts not found". I try add .xcodeproj to project, it builds succsessful, but I get crash(as in topic). When I add framework to Embedded Binaries, project didn't build, but I havn't get error |
That's not how cocoapods works. You define your podfile and the do |
I add Charts with Pods, but project not building (No such module 'Charts') |
What does your podfile look like? |
use_frameworks! |
That's looks fine. when you run |
Stack
Plugins
Podfile# Uncomment this line to define a global platform for your project
# platform :ios, '8.0'
# Uncomment this line if you're using Swift
use_frameworks!
target 'Sber' do
pod 'Cartography'
pod 'Charts'
end
target 'SberTests' do
end
target 'SberUITests' do
end Error
――― TEMPLATE END ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [!] Oh no, an error occurred. Search for existing GitHub issues similar to yours: If none exists, create a ticket, with the template displayed above, on: Be sure to first read the contributing guide for details on how to properly submit a ticket: |
I didn't find how resolve this issue, I reinstall CocoaPods two times. This issue happened on each project in Xcode. |
This is an issue with cocoapods or your setup. Open an issue with cocoapods if you are having problems. If you have iOS charts specific questions just open another issue. |
I add project Charts to Xcode 7, it has sucsessfuly running on Simulator, but when I distribute app and run on iphone, it shows splash screen and close without errors. When I remove Charts, app run OK
The text was updated successfully, but these errors were encountered: