在 iPhone 上安装 iPhone 应用程序

发布于 2024-12-21 18:17:06 字数 523 浏览 4 评论 0 原文

我想在 iPhone 上安装我的 iPhone 应用程序,并且也有测试临时配置文件。主要问题是我在mac lion环境中开发应用程序Xcode版本是4.2.1 并使用 iOS5 我想将其安装在设备 iPad 4.3.1 (iOS 4) 上,因此它在 Xcode 上给了我错误消息

运行目标 iOS 设备对于运行方案“myProjectName”无效。方案“myProjectName”不包含可为运行目标 iOS 设备支持的 SDK 构建的可构建项。确保您的目标都指定此版本 Xcode 支持的 SDK。”

我应该为此做什么?

输入图片此处描述

此处输入图像描述

I want to install my iphone app on iphone and also have test provisional profile also. The main problem is that i developing applicaion in mac lion environment Xcode version is 4.2.1
and using iOS5 i want to install it on device iPad 4.3.1 (iOS 4) so it gave me error message on Xcode

The run destination iOS Device is not valid for Running the scheme 'myProjectName The scheme 'myProjectName' contains no buildables that can be built for the SDKs supported by the run destination iOS Device. Make sure your targets all specify SDKs that are supported by this version of Xcode."

What should i have to do for it?

enter image description here

enter image description here

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

握住我的手 2024-12-28 18:17:06

这是因为您使用 iOS 5 作为部署目标。转到构建设置并根据您的需要设置部署目标。

That is because you are using iOS 5 as your deployment target. Go to build setting and set the deployment target as per your need.

没有心的人 2024-12-28 18:17:06

在您的项目设置中检查有效的架构。您需要同时包含armv6和armv7架构。

In your project settings check for the valid architectures. You need to include both armv6 and armv7 architectures.

莫言歌 2024-12-28 18:17:06

检查目标设备系列并确保您分发到的设备包含在设置中

Check the Targeted Device Family and make sure the device your distributing to is included in the settings

浪菊怪哟 2024-12-28 18:17:06

请通过设置部署目标进行检查。

Please check it with setting deployment target.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文