【发布时间】:2014-11-18 14:27:24
【问题描述】:
“我将上传我的应用程序的二进制文件,其中包含应用程序扩展,但它给出的错误是
包含应用程序的捆绑标识符与扩展应用程序不匹配。 CodeSign 错误:SDK 'iOS 8.0' 中的产品类型 'AppExtension' 需要代码签名 配置文件与捆绑标识符不匹配:在您的构建设置中指定的配置文件(“配置文件名称”)的 AppID 为“com.CompanyName.AppName”,与您的捆绑标识符“com.CompanyName.AppName.ExtensionName”不匹配/p>
如果我们使用相同的 Bundle Identifier,那么它在二进制上传期间会出错。
“The app extension is not signed with the valid Provisioning certificate”
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.
任何建议将不胜感激。谢谢
【问题讨论】:
-
我猜你错过了捆绑 ID
-
您是否尝试过代码签名验证?
-
大家好,我也面临同样的问题,任何人都可以帮助我解决这个问题
标签: ios8 provisioning-profile ios-app-extension bundle-identifier