How to run xcode from terminal?

后端 未结 7 2425
挽巷
挽巷 2020-12-23 11:37

My question is very simple: suppose there is an xcode project a.xcodeproj, could I open it with the command: xcode a.xcodeproj?

If I try this, I receiv

7条回答
  •  别那么骄傲
    2020-12-23 11:38

    I just type open *xcw*. This command looks up a workspace in the current directory and then opens is with Xcode.

提交回复
热议问题