-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
chore: Remove suggestion to use Bitcode #7211
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
kahest
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pushing this @brustolin!
|
|
||
| When using Fastlane's _upload_to_testflight_ action, it's recommended to pass the _skip_waiting_for_build_processing_ parameter to speed up the action. | ||
|
|
||
| ## Bitcode {#dsym-with-bitcode} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
h: I'm wondering if we should keep this section for now and clearly point out that this will only work for old submissions that were done using bitcode (maybe also link to https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes#Deprecations)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe Is not possible to retrieve the symbols from the appconnect anymore.
This reverts commit 94618fa.
|
Since Im updating docs on |
|
Thanks for doing this @brustolin 💯
|
Unity troubleshooting has already mentioned that bitcode is deprecated, so I did not want to remove it at this time. I suppose this could serve as an additional source of information for older projects experiencing issues due to bitcode |
I think we can/should keep the mention, but consider the wording @bitsandfoxes is the statement |
shanamatthews
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues from docs side!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay! Had to release a new version of the Unity SDK to make it up to date with our shiny new docs! 🎉
Pre-merge checklist
If you work at Sentry, you're able to merge your own PR without review, but please don't unless there's a good reason.
Description of changes
Apple don't support Bitcode anymore, so we remove the suggestions to use Bitcode to extract symbols.
Related to #6756