Tell AppleScript To Build XCode Project

前端 未结 4 1330
小蘑菇
小蘑菇 2020-12-08 03:09

The following are the steps I would like to have:

  1. launch xcode
  2. open a specific xcodeproj file
  3. build and debug it
  4. quit xcode
4条回答
  •  自闭症患者
    2020-12-08 03:57

    Since debugging can take an arbitrary amount of time, you probably want a "with timeout of seconds" / "end timeout" block around the debug message.

提交回复
热议问题