peripheryapp / periphery

A tool to identify unused code in Swift projects.
MIT License
5.02k stars 178 forks source link

Issue with project names containing spaces #747

Closed ileitch closed 1 month ago

ileitch commented 1 month ago

Hello, Just updated to Periphery 2.19, but now the same command that worked in 2.18 is producing an error:

Command:

periphery scan --skip-build --index-store-path '[REDACTED]' --project '[REDACTED]' --schemes '[REDACTED]' --targets '[REDACTED]'

Error:

* Inspecting project... error: Shell command '/bin/sh -c xcodebuild -project '[REDACTED]' -list -json' returned exit status '65’:

Anyone else running into this?

Originally posted by @neilsardesai in https://github.com/peripheryapp/periphery/discussions/744