问题描述
我知道有很多与此相关的文章,但是我无法让该应用在我的设备上进行测试。我想知道这是因为我DID得到了一个简单的 Hello World,但此后却没有用。
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.
我将armv7更改为armv6,因为它是iPhone 3G。
I have armv7 changed to armv6 because it is an iPhone 3G.
有什么想法吗?谢谢
推荐答案
如何在Xcode 4.2及更高版本中添加对iOS 3.0,armv6的支持:
设置部署目标到3.0 或更早的版本:
How to add support for iOS 3.0, armv6 in Xcode 4.2 and up:Set your deployment target to 3.0 or earlier:
修改架构,使其包含armv6,如下所示:1)选择Other,
Modify Architectures to include armv6 like so: 1)Select Other,
单击 +按钮,然后键入 armv6
Click on the "+" button,and Type in "armv6"
然后通过单击-按钮行中。
Then remove Required Device Capabilities from info.plist by clicking the "-" button row.
这篇关于无法将应用加载到设备上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!