iTunes 同步 Xcode .ipa 应用程序无法同步

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6895687/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 21:37:34  来源:igfitidea点击:

iTunes Sync Xcode .ipa app Failed to Sync

xcodesyncitunes-app

提问by Harry

I recently made a iOS app and wanted to try it on my iPod Touch but iOS 5 is not supported with Xcode 4.1 so I made my app into a .ipa and emailed it to my home computer and put it on iTunes I synced my iPhone and it was going fine but when it reached the end it said

我最近制作了一个 iOS 应用程序,想在我的 iPod Touch 上试用它,但 Xcode 4.1 不支持 iOS 5,所以我将我的应用程序制作成 .ipa 并将其通过电子邮件发送到我的家用电脑并放在 iTunes 上我同步了我的 iPhone 和一切顺利,但当它走到尽头时,它说

"Itunes Sync

“iTunes 同步

AppName failed to install"

AppName 安装失败”

Please help me or tell me if there any webpages out there,

请帮助我或告诉我是否有任何网页,

Thanks!

谢谢!

回答by Raptor

You have to export your private key of your Apple Developer account and import it to your home computer. Download developer certificate using xCode or from Provisioning Portal.

您必须导出您的 Apple Developer 帐户的私钥并将其导入您的家用电脑。使用 xCode 或从 Provisioning Portal 下载开发人员证书。

You must have valid provisioning profile to install unpublished apps.

您必须具有有效的配置文件才能安装未发布的应用程序。