IOS Xcode 构建错误

标签 ios xcode

在构建应用程序时,我收到以下错误:

Code Sign error: The file "YES" couldn't be opened because there is no such file.: (null)

我已经采取的解决问题的步骤:

  1. 已删除 [~/Library/Developer/Xcode/DerivedData]
  2. 清理和构建
  3. 更新证书,配置文件

见下图。

enter image description here

我不知道为什么会出现此错误,我该如何解决?

更多信息,我在 Mac OS 版本 El Captain 上使用 Xcode 版本 7.3.3。我正在为 iOS 版本 IOS 9.3 开发

最佳答案

You might have provided the "YES" as filename OR "YES" as value anywhere in your project. This is not allowed since it is pre-reserved word.

So you need to have different name/value in your project.

关于IOS Xcode 构建错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38713095/

相关文章:

ios - Swift如何使导航中间部分图像和文本彼此相邻

javascript - 如何从另一个应用程序将图像共享到我的 Cordova/PhoneGap 应用程序?

ios - 限制将标签拖出其 superView ios swift

iphone - 我们可以在核心数据中设置主键吗

objective-c - 使用 IBAction 调用后变量重置

ios - 如何在 ios 中使用动态键对 NSMutableDictionary 进行排序?

ios - Swift - 设置 CollectionView 圆角半径

xcode - 控制对 Xcode 9 服务器网页的访问

ios - 应用程序不再授权或在位置服务应用程序中列出

ios - 在 Swift 中访问自定义 UITableViewCell UILabel 文本会引发错误