-
-
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
iOS-Charts not working on Jenkins #564
Comments
Could you clarify your issue? Are you trying to build your app on Jenkins and charts is failing or just charts. Is there any error messages output. I have an idea of what the problem is but I need more details. |
@ankitthakur you can use Cocoapods to install |
No response for 24 days... |
iOS-Charts/Objective-C/Formatters/LargeValueFormatter.swift:8:8: error: no such module 'Charts' ** BUILD FAILED ** failed when I use jenkins... |
This could be a million things. We can’t help you with so little information. |
maybe because of that Jenkins cannot build charts before build my project |
There is problably something wrong with your project of your Jenkins setup because it builds for us both on ci and locally. If you don’t share any details about your setup and your project we really can’t help you. |
by the way , I run on iPhone is ok , but fail on Jenkins. |
There are no setting you need to put. It should just work. From the info that was given it looks right if the target is your app. I know nothing about Jenkins but maybe work Xcode version is wrong or your swift version is wrong. |
As far as we’re concerned this isn’t an issue with our library since as you said it works on your device. Their must be something wrong with your Jenkins environment. For more Jenkins help you’re probably better going to check out stackoverflow. |
ok, thanks for your hep |
While integrating the code on Jenkins. iOS-Charts framework is getting failed. As the bundle-id set in iOS-Charts is not compatible with Provisioning profile certificates. What are the other alternative to integrate iOS-Charts with Jenkins-CI and XCode.
The text was updated successfully, but these errors were encountered: