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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com