Xcode 4.2 Build on iPod touch 1st gen

安稳与你 提交于 2019-12-13 08:28:31

问题


I'm having problems building my app on 1st generation iPod touch. I've changed the Architecture value to "armv6 armv7" and also the deployment target to 3.0 iPod touch is running iOS 3.1.3

Anyone has a solution for that?

Thanks


回答1:


If this is a new Xcode project, Xcode adds a required device element of armv7 in the info.plist for the target. It needs to be removed.

Also be sure your not using ARC or storyboarding when creating your projects.



来源:https://stackoverflow.com/questions/8491996/xcode-4-2-build-on-ipod-touch-1st-gen

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!