iOS   发布时间:2022-05-03  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了Xcode构建错误 – 多个命令产生.o,目标’ProjectCoreData’具有两次列出的Swift源文件的编译命令大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

概述

我正在运行xCode版本10.1(10B61),Mojave 10.14(18A391) 搜索在一年多前的Xcode 10中显示了类似的问题,但此后没有问题.去年的解决方案似乎正在转向传统模式,但现在不行.看来存储在我桌面上的源代码与“DerivedData”中的代码冲突,我不知道为什么会突然弹出这么随机的代码. 如果我删除Core Data中添加的最后一个模型,我会看到这个问题消失了.当我向另一
我正在运行xCode版本10.1(10B61),Mojave 10.14(18A391)

搜索在一年多前的Xcode 10中显示了类似的问题,但此后没有问题.去年解决方案似乎正在转向传统模式,但现在不行.看来存储在我桌面上的源代码与“DerivedData”中的代码冲突,我不知道为什么会突然弹出这么随机代码.

如果我删除Core Data中添加的最后一个模型,我会看到这个问题消失了.当我向另一个对象添加关系时,它似乎会触发.这显然是随机的.

关于如何解决这个问题的任何建议,以便我可以发展?

@H_377_27@multiple commands produce '//Library/Developer/Xcode/DerivedData/ProjectCoreData-ehjvvgovpitmbcegzopwciptfafr/Build/Intermediates.noindex/ProjectCoreData.build/Debug-iphonesimulator/ProjectCoreData.build/Objects-normal/x86_64/Contact+CoreDataClass.o': Target 'ProjectCoreData' (project 'ProjectCoreData') has compile command for Swift source files Target 'ProjectCoreData' (project 'ProjectCoreData') has compile command for Swift source files

从日志:

<unkNown>:0: error: filename "Contact+CoreDataClass.swift" used twice: '/Users/<user>/Desktop/ProjectCoreData/Contact+CoreDataClass.swift' and '/Users/<user>/Library/Developer/Xcode/DerivedData/ProjectCoreData-ehjvvgovpitmbcegzopwciptfafr/Build/Intermediates.noindex/ProjectCoreData.build/Debug-iphonesimulator/ProjectCoreData.build/Derivedsources/CoreDataGenerated/ProjectCoreData/Contact+CoreDataClass.swift'
<unkNown>:0: note: filenames are used to disTinguish private declarations with the same name
<unkNown>:0: error: filename "Contact+CoreDataProperties.swift" used twice: '/Users/<user>/Desktop/ProjectCoreData/Contact+CoreDataProperties.swift' and '/Users/<user>/Library/Developer/Xcode/DerivedData/ProjectCoreData-ehjvvgovpitmbcegzopwciptfafr/Build/Intermediates.noindex/ProjectCoreData.build/Debug-iphonesimulator/ProjectCoreData.build/Derivedsources/CoreDataGenerated/ProjectCoreData/Contact+CoreDataProperties.swift'
<unkNown>:0: note: filenames are used to disTinguish private declarations with the same name
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc Failed with exit code 1

解决方法

根据这个 What’s new in Core Data

这是解决方案的图片

大佬总结

以上是大佬教程为你收集整理的Xcode构建错误 – 多个命令产生.o,目标’ProjectCoreData’具有两次列出的Swift源文件的编译命令全部内容,希望文章能够帮你解决Xcode构建错误 – 多个命令产生.o,目标’ProjectCoreData’具有两次列出的Swift源文件的编译命令所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。