Cannot load app onto device

老子叫甜甜 提交于 2019-12-11 00:38:03

问题


I know there are a lot of posts about this, but I cannot get the app to test on my device. Im wondering about this because I DID get a simple "Hello World" but then it didn't work after that.

I can post screenshots, just request them. I think I followed all of the provisioning instructions correctly...I double checked.

I have armv7 changed to armv6 because it is an iPhone 3G.

Any ideas? Thank you


回答1:


How to add support for iOS 3.0, armv6 in Xcode 4.2 and up: Set your deployment target to 3.0

or earlier:

Modify Architectures to include armv6 like so: 1)Select Other,

Click on the "+" button,and Type in "armv6"

Then remove Required Device Capabilities from info.plist by clicking the "-" button

row.

来源:https://stackoverflow.com/questions/9373173/cannot-load-app-onto-device

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