My question is very simple: suppose there is an xcode project a.xcodeproj, could I open it with the command: xcode a.xcodeproj?
xcode a.xcodeproj
If I try this, I receiv
I just type open *xcw*. This command looks up a workspace in the current directory and then opens is with Xcode.
open *xcw*