-
Notifications
You must be signed in to change notification settings - Fork 130
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
Bitcode not supported #78
Comments
Thanks for the report, @KevinTheGray. Bugsnag-Cocoa does not yet support bitcode, but it is planned. We need to make some tweaks to the dSYM upload process to ensure crash reports are symbolicated properly. |
Hi, is there any plan to update BugSnag to allow automatic uploading of dSYMs when BitCode is enabled? Is there something that makes this infeasible? Thanks! |
According to these install instructions: http://docs.bugsnag.com/api/dsym-upload/ There is no indication that Bitcode presents a problem for automated dSYM upload. Did the advice change? |
Hi @thisisjeffwong, The instructions mentioned relate to the dSYM files generated when compiling the app locally. When Bitcode is enabled, Apple recompiles apps to optimize them for each device type, so the dSYM content changes and must be downloaded first via Xcode or iTunes Connect. Here is a gist of the process using Xcode. This could be better automated, though it would be best to open a separate issue for that. :) |
Hi @kattrali, Thanks for responding. Do you think this fastlane tool would work? https://krausefx.com/blog/download-dsym-symbolication-files-from-itunes-connect-for-bitcode-ios-apps |
Bitcode is not supported, so I am unable to build with Bitcode enabled.
To reproduce:
1.) Install Bugsnag without cocoapods
2.) Try to build with Bitcode enabled (Project/Build Settings -> Search for Bitcode)
I'm on version 7.1.1 of XCode, supporting iOS 8.1 and up. If you need any more information let me know. Thanks
The text was updated successfully, but these errors were encountered: