views:

43

answers:

1

Hi,

I'm getting the following warning when building an ad hoc distribution copy of a new iPad only application:

[BWARN]warning: building with 'Targeted Device Family' that includes iPad ('2') requires building with the 3.2 or later SDK.

These are my build settings:

Architectures: Optimized (armv6 armv7)
Any iPhone OS Simulator: i386
Any iPhone OS Device: Optimized (armv6 armv7)
Base SDK: iPhone Device 3.2
Valid Architectures: armv6 armv7
Target Device Family: iPad
iPhone OS Deployment Target: iPhone OS 3.2

With this in mind I don't understand the warning. It seems to build and run OK but I'd rather not have warnings in my build for obvious reasons.

Any ideas?

Thanks in advance,

Alan.

A: 

Yep, the problem was the additional SDK I'd added for JSON parsing. Was working fine until I started trying to build for iPad only in 3.2.
I removed the additional SDK and linker information, pulled in the source files instead and am now able to build without any issues.

alan

related questions