質問

I assume XCode 3.2.2 is the latest version which can run on PPC OSX (10.5.8). Can it generate universal binaries which will work on Intel Macs too, even Mavericks?

I.e: platform: G4 OSX 10.5.8 XCode: 3.2.2.

役に立ちましたか?

解決

Xcode 3.1.4 is the latest version that runs on 10.5. Xcode 3.1 can create universal binaries that run on Intel Macs.

Whether or not the binary you create in Xcode 3.1 runs in Mavericks depends on your code. Avoid using deprecated APIs, such as QuickDraw, and your binary should run on Mavericks.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top