78
64

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Xcodeの環境変数 $(PROJECT_DIR)や$(SRCROOT) などを確認する方法

Posted at

方法の一つという所だと思うのですが、
ターミナルで、各プロジェクト(xxx.xcodeprojが格納されている場所)に遷移し、
以下のコマンドを実行。

xcodebuild -showBuildSettings

ただし、この場合だと大量に表示されるので、

xcodebuild -showBuildSettings | grep "SRC\|PROJECT"

的な感じで見たいやつだけ見るとするといいかもしれません。

他に方法があればまた教えていただければ幸いです。

78
64
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
78
64

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?