刚刚更新到Xcode 7.1并收到此错误.能够使用7.0.1上传精细
花了一些时间谷歌搜索后,有些东西告诉我这个问题是新的.
我们有一个支持iOS7-8的全功能项目.当然,它已多次成功提交给AppStore.
我们使用pod,大量跟踪和监控,如GA和Instabug.
现在我们决定将iOS 9上的Xcode 7上构建的应用程序版本提交给TestFlight.
我们禁用了bitcode,因为许多pod,如Flurry和其他预构建的库都没有包含它.
构建成功,在提交到iTunesConnect之后我们得到了这个:

我们对GoogleAppIndexing库(在pod中也是如此)也是如此,但我们删除了它,只是为了让它工作.现在 - Instabug.它太过分了,所以我试图了解iOS 9中发生的事情,以及使一个完全正常工作的项目开始抛出这些错误的变化是什么.
欢迎任何想法和想法!请分享您的经验,如果我错过了什么,我会很乐意分享我的步骤.
我已经更新到Xcode 7并在尝试存档并向我的应用程序发送更新到itunes connect时遇到以下问题.
We have discovered one or more issues with your recent delivery.
To process your delivery, the following issues must be corrected:
Invalid Bundle - Info.plist specifies a non-existent file for the CFBundleExecutable key.
Once these issues have been corrected, you can then redeliver the corrected binary.
Run Code Online (Sandbox Code Playgroud)
我试图删除CFBundleExecutable但我无法构建目标.这涉及一些谷歌签署sdk问题,这不是我的问题.来源:https://stackoverflow.com/a/32645052/1329173
我能找到的另一件事是https://github.com/danielgindi/ios-charts/issues/442但是这不是我正在使用的图书馆.
在iTunesConnect中,它向我显示上传仍处于"处理"状态,并且由于问题而无法获得.我也尝试过清理并删除调试和bin文件夹.
CFBundleExecutable设置为Executetable_name
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
Run Code Online (Sandbox Code Playgroud) ios ×3
xcode ×2
cocoapods ×1
ios9 ×1
iphone ×1
itunes-store ×1
plist ×1
submission ×1
xcode7-beta5 ×1