views:

41

answers:

0

hi! :) i'm testing an app for iphone and iPad with the last xcode version! like written in "xcode 3.2.3 readme" i'm using this configurations: Base SDK is set to iPhone SDK 4.0, iPhone OS Deployment Target is set to iPhone OS 3.1 (beacuse i want that also iphone2G and ipodTouch1G users can use my app) and Targeted Device Family is set to iPhone/iPad.

I've an iPhone EDGE (2G) with 3.1.3 and if i try to install it on my device, the app crash after the "default.png" splashscreen! If i set the base sdk to 3.2 the app goes ok, but i can't upload the binary on itunesconnect (with this version of xcode we can't... )

so the question is: is normal that my app crash on my iphone 2G if i set the base sdk 4.0 (and, of course, iphone os deployment target on 3.1)?

thanks (and sorry for my ugly english!)