objective-c - 应用程序代码签名验证失败 - 又一次?

标签 objective-c ios xcode

好的。我知道。这已经在这里和任何地方被覆盖了 100 ^ 1000 次,但我一直在尝试创建我的 .ipa 以供过去一周提交(不是开玩笑,这就是我为此花费的工作量)并且我不断收到此警告。顺便说一句 - 不确定它有什么不同,但那是一个 iPad 应用程序。

我收到这个警告:

warning: Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone Distribution Certificate. (-19011) Executable=/Users/username/Library/Developer/Xcode/DerivedData/JudgeIt-ebfrsivdbrxukqhbupfnzzqgoftd/ArchiveIntermediates/JudgeIt/IntermediateBuildFilesPath/UninstalledProducts/JudgeIt.app/JudgeIt codesign_wrapper-0.7.10: using Apple CA for profile evaluation Illegal entitlement key/value pair: com.apple.developer.ubiquity-kvstore-identifier, 6366MSW2TK.com.JudgeIt.JudgeIt Illegal entitlement key/value pair: com.apple.developer.ubiquity-container-identifiers, {type = mutable-small, count = 1, values = ( 0 : {contents = "6366MSW2TK.com.JudgeIt.JudgeIt"} )} AssertMacros: filter_entitlements(entitlements_whitelist, entitlements_requested, allowable_entitlements), file: codesign_wrapper.c, line: 932 - (null)

我试过:

  • 删除所有证书和 key 并重新开始
  • 卸载 Xcode
  • 重新启动我的电脑
  • 删除构建库
  • 清洁项目

同时附上我项目的代码签名设置的屏幕截图 - 我觉得没问题。

enter image description here

更新: - 我正在使用 Xcode 4.2 - Keychain 上的所有证书均有效,我各有一个(开发人员、发行版、AWDR)

最佳答案

这听起来可能很愚蠢,但这是我昨天在提交应用程序时想要验证我的存档时出现的失败消息。我在包名称中使用了“+”号,这就是问题的根源!重命名必填字段,我没有再收到代码签名错误!!

关于objective-c - 应用程序代码签名验证失败 - 又一次?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8865146/

相关文章:

objective-c - iOS 应用仅在不调试时崩溃

android - flutter : How to launch the Google Map app with "directions" to a predefined location?

ios - 应用程序显示安装了很长时间

ios - 当 SwiftUI Picker 选择更改 EnvironmentObject 时,有没有办法调用函数?

ios - 如何在 XCode Organizer 上查看应用程序崩溃?

iphone - 为什么我不能更改 UIButton 上的标签?

iphone - 应用程序因警报而暂停 - 我可以阻止这种情况发生吗?

ios - UIVIew 父类(super class)对象调用子类方法而不是自己范围内的方法

iphone - 限制 NSTableView 列中单元格中的文本长度

ios - 带有复选标记的 UITableViewCell,复制复选标记