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.
ディレクトリの場所に絶対パスを使用せずに、xcodeprojfileを外部ビルドターゲットのMakefileと同じディレクトリに配置する必要があります。それは可能ですか?
結局のところ、答えはイエスです! まず、.xcodeprojファイルをmakefileと同じディレクトリにコピーします。 次に、makefileへの参照をプロジェクトに追加します(makefile.inとmakefileがある場合は、makefile.inがプロジェクトアイテムのリストでmakefileの上にあることを確認してください)。 次に、外部ビルドソースを設定する必要があります。ディレクトリから。どこ 。現在のディレクトリを表します。 私のプロジェクトはうまく構築されています!