You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Xcode allows for exporting symbols to allow iTunes Connect to symbolize crash reports, energy usage reports, and the metrics reports. Bazel currently doesn't support generating these symbols.
xcrun symbols should be called on each dSYM generated and packaged in a "Symbols" folder which is a sibling to the "Payload" folder:
It should also include the dSYMs for all embedded dynamic frameworks. This might require apple_dynamic_framework_import to take a new attribute that points to a dSYM.
The text was updated successfully, but these errors were encountered:
Xcode allows for exporting symbols to allow iTunes Connect to symbolize crash reports, energy usage reports, and the metrics reports. Bazel currently doesn't support generating these symbols.
xcrun symbols
should be called on each dSYM generated and packaged in a "Symbols" folder which is a sibling to the "Payload" folder:It should also include the dSYMs for all embedded dynamic frameworks. This might require
apple_dynamic_framework_import
to take a new attribute that points to a dSYM.The text was updated successfully, but these errors were encountered: