iPhone Simulator Crash after upgrading to XCode 3.2.3

advertisements

I just installed the new XCode with iPhone SDK 4.0. On my project, I set version 4.0 as my base version, as deployment target, 3.0 is selected.

Before the update, everything went fine. Now, if I run the iPad simulator, everything still works fine. But when I try to run it in the iPhone simulator, the app crashes before the start. I don't even come to the first line in appDidFinishLaunching. What am I doing wrong?

Thanks a LOT,

Stefan


Is the target SDK iPhoneSimulator 3.2? By default the target is iPhoneSimulator 4.0.