Skip to content

Add quotes to handle dSYM folder path with spaces#21

Open
karaiskc wants to merge 1 commit into
CiscoDevNet:mainfrom
karaiskc:fix/whitespace-in-dsyms-folder
Open

Add quotes to handle dSYM folder path with spaces#21
karaiskc wants to merge 1 commit into
CiscoDevNet:mainfrom
karaiskc:fix/whitespace-in-dsyms-folder

Conversation

@karaiskc
Copy link
Copy Markdown

@karaiskc karaiskc commented Dec 4, 2025

Issue can be reproduced in bash when DWARF_DSYM_FOLDER_PATH contains whitespace. This results in errors for the find command, e.g. if equal to /Users/user/my dsyms folder :

find: /Users/user/my: No such file or directory
find: dsyms: No such file or directory
find: folder: No such file or directory

Adding quotes fixes the issue.

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 this pull request may close these issues.

1 participant