错误:同步时0xe8003ffe .ipa文件ad hoc来自XCODE 4.2

时间:2022-02-18 00:55:33

Drag and drop provisioning profile and ipa file to itune. sync app to iphone and got error: 0xe8003ffe. how I can sync this app to my iphone? (My iphone is using IOS 4.0) is that the reason of error?? thank you for your answer.

将配置文件和ipa文件拖放到itune中。将应用程序同步到iphone并得到错误:0xe8003ffe。如何将这个应用程序同步到我的iphone上?(我的iphone使用的是IOS 4.0)是错误的原因吗?谢谢你的回答。

1 个解决方案

#1


5  

Xcode 4.2 is beta software, which usually means you cannot archive your app for ad-hoc distribution from it.
You need to use Xcode 4.0.2 or Xcode 3 to archive your app for ad-hoc distribution.

Xcode 4.2是测试版软件,它通常意味着你无法将你的应用程序存档。您需要使用Xcode 4.0.2或Xcode 3将应用程序存档,以便进行特别分发。

If that doesn't help, make sure you have the provision profile you used to codesign the app with dragged into iTunes!

如果这没有帮助,确保你有你用来与拖进iTunes的程序共同设计的配置文件!

#1


5  

Xcode 4.2 is beta software, which usually means you cannot archive your app for ad-hoc distribution from it.
You need to use Xcode 4.0.2 or Xcode 3 to archive your app for ad-hoc distribution.

Xcode 4.2是测试版软件,它通常意味着你无法将你的应用程序存档。您需要使用Xcode 4.0.2或Xcode 3将应用程序存档,以便进行特别分发。

If that doesn't help, make sure you have the provision profile you used to codesign the app with dragged into iTunes!

如果这没有帮助,确保你有你用来与拖进iTunes的程序共同设计的配置文件!