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
Following command should do it:
open a.xcodeproj