我有一个项目运行良好,直到我在我的旧 MacBook 上工作。我现在正在开发新的 MacBook,同样的项目给了我构建错误。我的朋友也在使用相同配置和操作系统的新 MacBook,但他能够成功构建它。我的系统上的错误是:
<unknown>:0: error: no such file or directory: '/Users/myuser/Library/Developer/Xcode/DerivedData/MyProject-dlhksnilacudcebpmorlzpzlkbid/Build/Intermediates.noindex/MyProject.build/Debug-iphoneos/MyProject.build/DerivedSources/CoreDataGenerated/Model/Model+CoreDataModel.swift'
Command CompileSwiftSources failed with a nonzero exit code
我已经导航到路径
'/Users/myuser/Library/Developer/Xcode/DerivedData/MyProject-dlhksnilacudcebpmorlzpzlkbid/Build/Intermediates.noindex/MyProject.build/Debug-iphoneos/MyProject.build/DerivedSources/CoreDataGenerated/Model'
在那里我找到了一个名为“emplate”的未知文件夹,其中存在所需的文件。
我已经搜索了整个项目、构建设置、构建阶段、脚本,但没有找到“模板”。
CoreData 实体 Codegen 已被指定为“类别/扩展”。