简体   繁体   English

TestFlight无法创建IPA

[英]TestFlight Fails to create IPA

I'm using XCode 4.4.1 to create an IPA file for TestFlight AdHoc Distribution. 我正在使用XCode 4.4.1为TestFlight AdHoc分发创建IPA文件。 If I go through the Organizer to create the IPA file, everything works great and TestFlight just works. 如果我通过管理器创建IPA文件,则一切正常,并且TestFlight正常运行。

Here's the problem. 这是问题所在。 If instead of using the Organizer to create the IPA, I allow TestFlight Co-Pilot to detect the new archive, I get a popup that TestFlight has noticed the new Archive, and I click the "Upload" button. 如果我不是使用管理器创建IPA,而是允许TestFlight Co-Pilot检测新档案,则会弹出一个弹出窗口,提示TestFlight注意到了新档案,然后单击“上传”按钮。 But then, I get an error that the IPA file could not be created. 但是然后,我收到一个错误消息,即无法创建IPA文件。 The error appears to have something to do with signatures, but I'm using the same signatures as I do when creating the IPA though XCode's Organizer. 该错误似乎与签名有关,但是我使用的签名与通过XCode的管理器创建IPA时使用的签名相同。 Here's a screenshot of the actual error. 这是实际错误的屏幕截图。 Any ideas on what I might be doing wrong? 关于我可能做错了什么的任何想法?

TestFlight错误屏幕截图

I had the same problem with the installation of Xcode 4.5. 我在安装Xcode 4.5时遇到了同样的问题。

The solution was to install " Command Line Tools ". 解决方案是安装“ 命令行工具 ”。

Xcode > Preferences > Downloads > Command Line Tools

After contacting TestFlight support, I was finally to get it working. 与TestFlight支持人员联系后,我终于可以开始使用它了。 Try this in a terminal: 在终端中尝试:

sudo ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate /usr/bin/codesign_allocate

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM