-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Description
Steps to Reproduce
- Visit: https://docs.sentry.io/platforms/apple/guides/ios/dsym/
- Check the box for "Source Context", which adds the arguments to the code examples.
- In the "Xcode Build Phase" section, there is a code example window. Click the 'copy button' in the top right corner of the code example window.
- Paste that directly into a text editor (Notepad/Sublime Text)
Expected Result
In the pasted text, the "include sources" argument should have two dashes as displayed in the webpage:
--include-sources
Actual Result
This is how that portion comes out in a text editor:
-include-sources
Additional Info
By this (--) double dash not being copied correctly, the build process will fail with an error message. Something should be fixed with this copying functionality to ensure that the (--) dash is preserved for the paste operation.