Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

find project path in derived data folder in xcode 8

i have searched a lot but can not find a helpful link to find project location in derived data folder using swift in xcode 8.

Please help me regarding this issue.

like image 631
user6633897 Avatar asked Mar 01 '26 08:03

user6633897


1 Answers

You can run this in the command line using grep, and you'll have the DerivedData build folder of your project.

xcodebuild -project projectName.xcodeproj -showBuildSettings | grep -m 1 "BUILD_DIR" | grep -oEi "\/.*"

like image 192
Níkolas La Porta Avatar answered Mar 03 '26 06:03

Níkolas La Porta



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!