You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
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.