ios - Xcode 应用程序包 ID 与代码签名 ID 不匹配

标签 ios swift xcode carthage

当我在 iPhone 上运行我的项目时,出现错误。我已经尝试删除所有 Carthage 框架并运行干净,它有效。但是一旦我添加回 Carthage 框架并再次运行它,错误就会再次出现。我知道这个错误与迦太基有关,但我只是不知道如何纠正这个问题。感谢您的帮助。

enter image description here

最佳答案

我有同样的问题。以下修复对我有用

Project Target -> Build Setting -> Search "Code signing identity"-> 如下设置 -> clean build -> Run

enter image description here

关于ios - Xcode 应用程序包 ID 与代码签名 ID 不匹配,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50902411/

相关文章:

ios - Swift JSON 解析并打印数组中的指定值

c++ - Mac OSX - Xcode/泄漏问题

ios - cocoapods 的重复定义,即使它们不是

ios - 在 openGL 中设置和访问多个纹理

ios - 如何从现有的 Xcode 项目中删除 Apple Watch 应用程序?

iOS 从 Xcode 上传到 App Store 不会在 IPA 内容列表中显示 Google Fabric 和 Crashlytics 库

Swift - 如何在单击时全屏显示图像,再次单击时如何显示原始大小?

ios - 快速调整父 UIView 的自动布局约束,其标签数量为 ' N ',作为 subview

ios - Xcode错误: xpected to have a root view controller at the end of application launch

ios - 在 iOS 中检查互联网连接的最佳方法