Again it builds OK for Deployment, but fails to build for
Development with 5 warnings, 1 error, and pages of build problems
in the build log.
I've got it to work: I had Xcode 2.1, _not_ Xcode 2.2. Many thanks to
everyone helping me get some of the necessary settings. I'm very
sorry to cause confusion by stating the wrong version of Xcode. With
Xcode 2.2, it seems to work fine.
In summary:
Use Xcode 2.2
Upgrade the project to native. (There's no support for Java stuff.)
Select both PowerPC & Intel for the architecture.
Turn prebinding off.
Select 10.4 (Universal) for the target SDK.
Clean & Build. (Xcode 2.2 can make changes to your previous build
styles--corrected in Xcode 2.2.1.)