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.
最初のパラメータ「/Library/ApplicationSupport/myapp/myapp.app」を指定してexecvp()を呼び出すcppファイルがあります。
動作しません。スペースの前に「\」を追加してみました。
どうすればこれを機能させることができますか?
ありがとう
これはディレクトリ(アプリバンドル)であり、実行可能ファイルではありません。実際の実行可能ファイル(通常はContents/MacOSバンドルのディレクトリ内)を起動するかopen、アプリへのパスを指定して実行する必要があります。
Contents/MacOS
open