是否可以将单独的应用程序加载到 iPhone 中?

发布于 2024-07-23 15:29:15 字数 281 浏览 9 评论 0原文

我有一部 iPhone,并且我已经使用 Xcode 创建了一个应用程序。 现在我想把这个应用程序移到我的 iPhone 中供我使用。 如何做呢?

我尝试使用手机查看软件将我的应用程序复制到 iPhone 应用程序文件夹,但我无法在 iPhone 中打开我的应用程序。 它显示错误

“您的 Myapp.app 无法打开”

还有其他方法可以将我的应用程序安装到 iPhone 中吗? 请指导我。

谢谢

I am having a iphone and i have created an application using Xcode. Now i want to move this application into my iphone for my use. How can it be done?

I tried to copy my application to the iphone Applications folder using the phone view software, but i'm not able to open my application in the iphone. It shows the error

"Your Myapp.app cannot be open"

Is there any other way to install my application into the iphone? Please guide me regarding this.

Thanks

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

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

发布评论

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

评论(3

意中人 2024-07-30 15:29:15

您需要注册为 iPhone 开发人员才能获取用于签名应用程序并将其加载到 iPhone 上的正确密钥。 如果您正在编写一个计划通过 AppStore 销售的应用程序,那么注册费用为 99 美元,如果供内部使用则注册费用为 199 美元。

You'll need to register as an iPhone developer to get the correct keys for signing and loading an application onto an iPhone. If you are writing an application that you plan to sell via the AppStore then this is $99 to register, if it's for internal use only then $199.

情魔剑神 2024-07-30 15:29:15

首先你用的是真实的SDK还是模拟器?

模拟器 SDK 仅隐藏了 iPhone 上不存在的一些 OS X 调用,但其他方面都是正常的 OS X SDK。 因此,首先请确保链接到 (ARM) iPhone SDK。

然后是许可部分。 Afaik 在未越狱的 iPhone 中,您只能加载已签名的应用程序(通过 AppStore,或使用从 Apple 获得的许可证来签署您自己的应用程序)

First did you use the real SDK or the simulator?

The simulator SDK only hides some OS X calls that don't exist on iPhone, but is otherwise the normal OS X SDK. So first make sure you link against the (ARM) iPhone SDK.

Then comes the licensing bit. Afaik in a non jailbroken iPhone you can only load signed apps (via the AppStore, or using a license obtained from Apple to sign your own)

揪着可爱 2024-07-30 15:29:15

如果您使用正确的项目设置,Xcode 将自动在您的 iPhone 上安装并运行应用程序。

项目-> 设置活动SDK -> iPhone 设备 3.0

请注意,在此之前您将需要一个配置密钥。

访问 http://developer.apple.com/iphone 查看一些易于理解的教程如何获得其中之一。

我假设您已在该网站上注册为 iPhone 开发人员(费用为 99 美元)。

Xcode will automatically install and run an application on your iphone if you use the correct project setting.

Project -> Set Active SDK -> iPhone Device 3.0

Note that you will need a provisioning key before this becomes possible.

visit http://developer.apple.com/iphone to view some easy-to-understand tutorials on how to get one of these.

I assume you have signed up as an iPhone developer on that website (costs $99).

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