简体   繁体   English

无效的IPA testflight

[英]Invalid IPA testflight

All of a sudden I am getting the following error on uploading build on testflight: 突然间,我在testflight上传构建时出现以下错误:

Invalid IPA: Couldn't find executable specified in Info.plist - check the value of your CFBundleExecutable key. 无效的IPA:找不到Info.plist中指定的可执行文件 - 检查CFBundleExecutable密钥的值。

I tried to upload the previous build which I already uploaded on testflight, even then I got the same error. 我试图上传我已经在testflight上传的上一个版本,即使这样我也得到了同样的错误。 What might be the reason? 可能是什么原因?

I found solution to this error. 我找到了这个错误的解决方案。 Actually there were too many builds on testflight with same productName. 实际上在具有相同productName的testflight上有太多构建。 I changed the productName and uploaded the same build again. 我更改了productName并再次上传了相同的版本。 It uploaded. 它上传了。

My solution: 我的解决方案

  • Specify Architectures: armv7; 指定体系结构:armv7;
  • Set Deployment target 4.3; 设置部署目标4.3;
  • Archive app; 存档应用;

After these changes my package was uploaded to testflight 在这些更改后,我的包被上传到testflight

这似乎与Xcode 4.6无法再为armv6构建有关,因此删除对该体系结构的任何引用都会为我修复它。

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

相关问题 Testflight 上的 IPA 错误无效:您的 embedded.mobileprovision 中的 APS 环境与您的二进制文件不匹配 - Invalid IPA error on Testflight: The APS environment in your embedded.mobileprovision and your binary don't match Testflight应用程序/ IPA安装要求输入密码 - Testflight application/IPA installation asking for passcode 我们可以使用开发人员配置文件上传(.ipa)到testflight吗? - can we use developer provisioning profile to upload (.ipa) to testflight? 使用新目标将IPA上载到TestFlight时出错 - Error When Uploading IPA to TestFlight Using New Target 无法在Xcode 4.5.1和ios 5.1中使用testflight或diwali安装ipa文件 - Unable to install ipa file using testflight or diwali in xcode 4.5.1 and ios 5.1 TestFlight不接受我的FlightPath版本IPA。 担心的原因? - TestFlight does not accept my release-IPA for FlightPath. Reason for concern? TestFlight'无效配置文件'get-task-allow标志始终为false - TestFlight 'Invalid Profile' get-task-allow flag is always false Testflight配置文件安装失败,SCEP服务器返回无效响应 - Testflight Profile Installation Failed, the SCEP server return an invalid response iTunes错误IPA无效通过iTunes Sync奇怪的错误吗? - iTunes Error invalid IPA Through iTunes Sync weird error? “自变量无效。”从iPhone配置实用程序安装IPA时 - “The argument is invalid.” When Installing IPA from iPhone Configuration Utility
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM