Skip to content

Enable dSYMs generation on iOS builds #393

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

Closed
bruno-garcia opened this issue Oct 29, 2021 · 2 comments
Closed

Enable dSYMs generation on iOS builds #393

bruno-garcia opened this issue Oct 29, 2021 · 2 comments
Labels
Feature New feature or request

Comments

@bruno-garcia
Copy link
Member

The default on Unity (tested on 2019.4) is to build release apps without generating dSYMs. During our xcode manipulation, where we add the SDK, we should adjust this setting to make sure dSYM's are created.

@bruno-garcia bruno-garcia added iOS Feature New feature or request labels Oct 29, 2021
@bitsandfoxes
Copy link
Contributor

bitsandfoxes commented Nov 24, 2021

A bit more context:

  • Bitcode is enabled by default (so we have to check if it's disabled before we try doing anything with the symbols)
  • Debug Information Format has to be set to DWARF with dSYM file
  • If dSYMs get generated they end up somewhere here: ~/Library/Developer/Xcode/DerivedData/BUILD_ID/Build/Products/BUILD_TYPE/.

@bitsandfoxes
Copy link
Contributor

With #443 we now set the Debug Information Format to DWARF with dSYM file irrespective of the build type.

@bruno-garcia bruno-garcia moved this to Needs Discussion in [DEPRECATED] Mobile SDKs Aug 4, 2022
@kahest kahest moved this from Needs Discussion to Done in [DEPRECATED] Mobile SDKs Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
Archived in project
Development

No branches or pull requests

2 participants