Build warning for distribution configuration of an iPad only application
Posted
by alan
on Stack Overflow
See other posts from Stack Overflow
or by alan
Published on 2010-06-15T03:33:32Z
Indexed on
2010/06/15
3:42 UTC
Read the original article
Hit count: 354
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.
© Stack Overflow or respective owner