views:

527

answers:

1

When I run iPhone simulator (SDK 3.1.3, MacOS 10.5.7) standalone or from XCode - I see only black screen. In the console I see a lot of:

"invalid pixel format"
"invalid context"

Any ideas what happens?

A: 

I don't know if 3.1.4 is a typo and you mean 3.1.3 or not, but the latest iPhone SDK is only supported on Mac OS X 10.6 Snow Leopard.

Probably explains why it doesn't work on 10.5 Leopard.

Jasarien
yes, that is a typo, SDK 3.1.3 - Xcode 3.1.4
John
So in that case you need to upgrade to Mac OS X 10.6. iPhone SDK 3.1.3 is only supported on Mac OS X 10.6.
Jasarien
I upgraded to SDK 3.1.3 a couple of months ago while I was still on Leopard. I only converted to Snow Leopard a week ago. So SDK 3.1.3 and Leopard are compatible.
brainjam
http://www.apple.com/downloads/macosx/development_tools/iphonesdk.htmlit support 10.5.7 or later
John
Since the 3.2 SDK was released Apple have removed the links to 3.1.3 SDK from the dev website. So I can't check what I actually saw. I never trust the descriptions of things on the Apple Downloads site, as I've had apps of my own on there and the descriptions sometimes didn't match with what I provided. Either way, if you believe it should be supported on 10.5, then you should probably contact Apple Support and see if they can help.
Jasarien