2 targets, 2 products, 1 shared product output path
2 targets, 2 products, 1 shared product output path
- Subject: 2 targets, 2 products, 1 shared product output path
- From: Markus Spoettl <email@hidden>
- Date: Tue, 18 Sep 2012 09:28:24 +0200
Hello,
I have an Xcode 4.4.1 project that contains 2 targets which each have a
product. The product name is the same for both targets:
MyProject.xcodeproj
- Target_O
- My.app
- Target_M
- My.app
The problem is that the products share the same build output paths. I have my
project set up with its DerivedData inside my project directory, so the output
paths look like this:
DerivedData/MyProject/Build/Products/Debug
DerivedData/MyProject/Build/Products/Release
Since both products have the same name, I can't distinguish which target it was
built from, so:
How can I completely separate the built product output folders for the two targets?
Something like this:
DerivedData/MyProject/Target_O/Build/Products/Debug
DerivedData/MyProject/Target_O/Build/Products/Release
DerivedData/MyProject/Target_M/Build/Products/Debug
DerivedData/MyProject/Target_M/Build/Products/Release
Or any other means to distinguish them inside of DerivedData/MyProject.
When I build on the command line, I can set build folders with no problem, this
is about building from within the Xcode IDE.
Thanks!
Regards
Markus
--
__________________________________________
Markus Spoettl
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden