Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
xcode プロジェクトがあり、Visual Studio でソース ファイルを編集し、 SSH からxcodebuildコマンドを呼び出してビルドしました。しかし、ビルドが成功したら、Mac に移動し、xcode のRUNボタンをクリックしてデバッグを開始する必要がありますが、ビルドが完了した後にxcodebuildのようなコマンドラインからデバッグを自動実行する方法はありますか?
正確に何が必要かによって異なります。xcodebuild には、実行ボタンを押すのと同じことを行う方法がありません (ただし、おそらくそれを行うスクリプトを作成できます)。しかし、最も簡単な方法は、コマンド ライン デバッグ セッションの場合と同様に、lldb を起動してプログラムを実行することです。