I've just set my studio project to universal build. I selected my
project in the Groups & Files split view, and in the General pane
of the Info palette set:
Cross-Develop Using Target SDK: Mac OS 10.4 (Universal)
Now when I Clean and Build, I get a warning:
warning -prebind ignored because MACOSX_DEPLOYMENT_TARGET
environment variable greater or equal to 10.4
I'm using OS 10.4.4, Xcode 2.2. The warning sound benign, but I'd
like to be rid of it. Can someone shed a light?
Go into Project Settings and turn off Prebinding (make sure you have
the right configuration selected from the popup, if ASS projects have
more than one config).