Colin
Colin

Reputation: 3762

xcode 3.2 + iPhoneOS 2.2.1

Anybody have any luck with building for iPhoneOS 2.2.1 with snow leopard / xcode 3.2? I tried installing the packages from the xcode dmg (it comes with them), but now I can't seem to get around the "Stdarg.h: No such file or directory" problems. This only happens when I build for the simulator, not when I build for the device.

Anybody solve this?

thanks!

Upvotes: 0

Views: 119

Answers (1)

Ben Gottlieb
Ben Gottlieb

Reputation: 85542

Xcode 3.2 no longer includes the libraries for the 2.x simulator; you can only build against the device (as you've found out).

Upvotes: 3

Related Questions