-
-
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
Failed to verify bitcode in Charts.framework #3663
Comments
This is relatively new to us. We didn't receive many bitcode issue, nor we paid attention to it. I checked the framework build settings, nothing for bitcode. The ChartsDemo build settings do have bitcode settings, and it's enabled. Why you have to select "Rebuild from bitcode"? If you uncheck it, it should works fine, I don't see others complain about Code signing "Charts.framework" failed for quite a long time. BTW, I do remember one issue from Carthage/Carthage#1619 saying you shouldn't check code sign for the framework. And, if you are using carthage, do remember check out their homepage for detailed instructions. There are some scripts like If you are not sure, refer ChartsDemo settings and try to build it. |
I have no idea why this would be but we don't sign the framework in our project so it would use your app's signing. |
@EricM-VR any update? we will close this soon. |
Hi. I have same error (Code signing "Charts.framework" failed.), but I didn't select the "Rebuild from bitcode" option. I use XCode 10. How can I solve this issue? Thanks. |
Facing the same issue, can't achieve the binary. |
Yes. If you include the Charts source files direct your project without Charts.framework, then will works the "Archive" function without error message. This isn't not really elegant solution but deal with it. |
Seems like a carthage problem (airbnb/lottie-ios#639). Are you at the latest version of carthage? |
Ok. I found the solution. You have to follow the steps here if you didn't (https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos). I got the same issue as you without doing so. I just did it and was able to export an adhoc build. |
Issue exists if we use Carthage. If i use cocoa pod then will it work? Anyone experience it? |
I try to distribute an Ad Hoc app including charts framework.
If I select the "Rebuild from bitcode" option, I get the error message => "Failed to verify bitcode in Charts.framework/Charts"
If I de-select this option, I get this error message => "Code signing "Charts.framework" failed."
In the logs, I have
It happens since I moved to Xcode 10.
I try to rebuild from Carthage (carthage update --platform iOS), reinstalled the framework, but issue is still the same.
Did anyone experienced the same behavior ?
Thanks a lot
Eric
The text was updated successfully, but these errors were encountered: