configuring Xcode to place products in different locations based on selected Architecture
configuring Xcode to place products in different locations based on selected Architecture
- Subject: configuring Xcode to place products in different locations based on selected Architecture
- From: Abdul Sowayan <email@hidden>
- Date: Tue, 24 Sep 2013 16:04:48 +0000
- Thread-topic: configuring Xcode to place products in different locations based on selected Architecture
Hi folks,
I have an existing project that I’d like to transition from 32-bit to 64-bit. The current project places the results of builds such as a static library in a folder that I shall call “Output”
In Xcode, I see a drop down menu that allows me to select which architecture to builds for “My Mac 32-bit” and “My Mac 64-bit”.
I am not interested in building a universal binary.
Here is what I’m trying to do but couldn’t figure out.
1- When “My Mac 32-bit” is selected and I build, I want my library libFoo.a to be placed in the folder “Output/32/“
2- When “My Mac 64-bit” is selected and I build, I want my library libFoo.a to be placed in the folder “Output/64/“
Is this possible?
Thanks
Abdul
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden