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

Build script XCFramework missing debug symbols #1122

Closed
kazazes opened this issue Jun 10, 2021 · 0 comments · Fixed by #1123
Closed

Build script XCFramework missing debug symbols #1122

kazazes opened this issue Jun 10, 2021 · 0 comments · Fixed by #1123

Comments

@kazazes
Copy link
Contributor

kazazes commented Jun 10, 2021

Describe the bug
The matrix build script doesn't produce dSYMs when building an XCFramework. It seems to be falling victim to this SO question or is simply lacking the -debug-symbols input option.

To Reproduce
Steps to reproduce the behavior:

  1. Use build script
  2. Embed xcframework in another project
  3. Build.
  4. The folder “dSYMs” doesn’t exist.

Potential remedies

  • Include -debug-symbols arg for each platform
  • Explictly specify DWARF_DSYM_FOLDER_PATH with `build/MatrixSDK-{platform}/dSYMs
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

Successfully merging a pull request may close this issue.

1 participant