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.
xcodebuildでビルドした後、派生データフォルダーの場所をコマンドラインから判断する方法はありますか?
たとえば、xcodebuildを実行した後:
xcodebuild -project projectname -target targetname
アプリがどのフォルダーにあるかを確認できるようにしたい。CONFIGURATION_BUILD_DIRを使用して、またはプロジェクト設定内で出力パスを変更せずに、これを実行したい。
何か案は?
xcodebuild -project myapp.xcodeproj -showBuildSettings
すべてのビルド設定と値、特にアプリがビルドされているフォルダーを出力します。
BUILT_PRODUCTS_DIR = /path/to/myapp/DerivedData/myapp/ビルド/製品/リリース