ios - How to change folder path in DerivedData? -
i have following scenario:
whenever build, know products , build artifacts generated in folder like: /users/david/library/developer/xcode/deriveddata/myproject-foobar123
. unfortunately, i'd multiple xctool build
different targets, different code, in parallel.
is safe assume myproject-foobar123
going output folder each of these builds?
if so, how can change though i'm building same project (with different code each time in parallel), able build different folders?
the reason want know because try rm -rvf /users/david/library/developer/xcode/deriveddata/myproject-foobar123
xctool clean
before start build (but run problem when parallelize build)
Comments
Post a Comment