views:

406

answers:

1

When I try to upload the binary to iTunesConnect it says: "An application targeting the iPhone device family may not require a iPhone OS Deployment Target of 3.2, which is an iPad-only OS".

I am using iPhone SDK 4.0 but have the settings of the distribution target set to use iPhone Plattform 3.2

Any suggestions?

+1  A: 

Yes. Stop attempting to upload apps created by a beta SDK, which is expressly forbidden.

When you have installed the correct release of the SDK, set the iPhone distribution target to one that is available on the iPhone - like 3.1.3. If you need 3.2 support for iPad, then you also need to set the base SDK to 3.2.

Paul Lynch
The exact term to look for in the build settings is "iPhone OS Deployment Target".
Brad Larson
I have now both SDKs installed. One for developing and one for creating the distribution file. That works.
Stefan Mayr