On Apr 8, 2011, at 12:14 PM, Michael Diehr wrote: > Ok, you may be right that I'm confused about Target vs. Project settings. > > However, I'm pretty sure there is an actual bug here: > > In 3.2.6: > * double-click MyProject.xcodeproj in the finder > * with the root item selected in Groups&Files > * click the "Info" button in the toolbar > > Result: > Configuration shows: > Active (Release) > Architectures: i386, x86_64, ppc, ppc64, ppc7400, ppc970 > > (that's what I expect) > > * close the Info window > * From the Project menu, choose "Edit Active Target" > > Result: > Configuration shows: > Active (Release) > Architectures: Standard (32/64 bit Intel) > > At this point, switching the Configuration popup from Active (Release) to > Release has no effect -- I can't get it to show " Architectures: i386, > x86_64, ppc, ppc64, ppc7400, ppc970" any longer.
Of course it has no effect; you didn't actually switch the configuration. You need to delete the overridden properties in the Release build in the target. That way, the target & configuration will use the same properties as the project. Nick Zitzmann <http://www.chronosnet.com/> _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
