When I compile my application I always get the following warning:
Quote:
|
warning: building for deployment target '3.0' requires an armv6 architecture.
|
But in my target information, under "Architectures", I only have the following two options: Standard (armv6 armv7) and Optimized (armv7). No matter which one I choose, I get the warning message. Is there something wrong? What does it mean exactly? Thank you!