Skip to content
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

Closed
KevinTheGray opened this issue Dec 21, 2015 · 5 comments
Closed

Bitcode not supported #78

KevinTheGray opened this issue Dec 21, 2015 · 5 comments

Comments

@KevinTheGray
Copy link

Bitcode is not supported, so I am unable to build with Bitcode enabled.
image

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

@kattrali
Copy link
Contributor

kattrali commented Jan 5, 2016

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.

@thisisjeffwong
Copy link

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!

@thisisjeffwong
Copy link

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?

@kattrali
Copy link
Contributor

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. :)

@thisisjeffwong
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants