This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Description
The paths on the command line should be relative to where the command is run, e.g. the my_project folder, that way you can use the command line autocomplete. That means "-x" argument would change to:
-x ios/my_proj.xcodeproj
At the moment, my_proj.xcodeproj doesn't autocomplete which means you have to autocomplete on ios/my_proj.xcodeproj then delete the "ios/" part.