From: Panayotis K. <pan...@pa...> - 2012-09-26 07:50:28
|
Hello all! There is an issue now with the new iphone & new ios, in terms of architecture armv6 First of all, this architecture was silently obsolete under ios 5, but the compiler still produced binaries for it. Now, with the release of ios 6/iphone 5 the architecture is completely removed. To be precise, if someone forces the system to produce armv6 binaries, he gets the following error: No architectures to compile for (ARCHS=armv6, VALID_ARCHS=armv7 armv7s). Moreover, lowest supported iOS version is 4.3 (versions up to 4.2 including, have known problems) So, what do you think about these issues and iOS project creation? |