美文网首页
Xcode11.3 Multiple commands pro

Xcode11.3 Multiple commands pro

作者: JasonFive | 来源:发表于2020-03-11 16:25 被阅读0次

Multiple commands produce ..... has compile command with input

Multiple commands produce '/Users/wushuang/Library/Developer/Xcode/DerivedData/XinJiangPropertyProject-adlllfyfkomerzbaicuyzrqemnjo/Build/Intermediates.noindex/XinJiangPropertyProject.build/Debug-iphoneos/XinJiangPropertyProject.build/Objects-normal/arm64/AFRCDPerson+CoreDataClass.o':
1) Target 'XinJiangPropertyProject' (project 'XinJiangPropertyProject') has compile command with input '/Users/wushuang/Desktop/XinJiangPropertyProject/XinJiangPropertyProject/Class/业主端/LockManager/ArcSoftFaceEngine/database/AFRCDPerson+CoreDataClass.m'
2) Target 'XinJiangPropertyProject' (project 'XinJiangPropertyProject') has compile command with input '/Users/wushuang/Library/Developer/Xcode/DerivedData/XinJiangPropertyProject-adlllfyfkomerzbaicuyzrqemnjo/Build/Intermediates.noindex/XinJiangPropertyProject.build/Debug-iphoneos/XinJiangPropertyProject.build/DerivedSources/CoreDataGenerated/FSDKFR/AFRCDPerson+CoreDataClass.m'

解决办法是 TARGETS > Build phase > Copy Bundle Resource/Compile Sources > removed info.plist from here

ProjectDemo - Open target > Build phase > Copy Bundle Resource/Compile Sources > 移除 AFRCDPerson+CoreDataClass file

相关文章

网友评论

      本文标题:Xcode11.3 Multiple commands pro

      本文链接:https://www.haomeiwen.com/subject/jqxhjhtx.html