我目前正在使用iOS / WatchOS2应用。我想上传到iTunesConnect。 我创建了所有配置文件,在项目构建设置中选择它们。但是,当我尝试存档我的项目时,Xcode 7GM说:
error: Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's.
Embedded Binary Signing Certificate: - (Ad Hoc Code Signed)
Parent App Signing Certificate: iPhone Distribution: INTER***. (***)
所有证书均适用于iOS发布
首先,我认为Xcode 7 GM有一个bug,作为beta版本。但是,当我试图将我的项目存档在其他mac(也是Xcode 7GM)上时,它会以静默方式存档。没有错误。
发生了什么?
我重置了项目设置,Xcode设置,删除了旧的Xcode7Beta,重新安装了Xcode7GM,创建了新项目并添加了我的源代码,但没有效果。
我该怎么办? 如何存档我的应用程序? Xcode从哪里获得Ad Hoc?
Xcode 7 GM是否可能产生此错误,因为它不是发布版本?