欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  移动技术

iOS----------has copy command from(bug修复)

程序员文章站 2022-06-23 23:36:10
:-1: Multiple commands produce '/Users/apple/Library/Developer/Xcode/DerivedData/Pic-frfhvoheijeiybfkgglgxywajidn/Build/Products/Debug-iphoneos/Pic.ap ......

:-1: multiple commands produce '/users/apple/library/developer/xcode/deriveddata/pic-frfhvoheijeiybfkgglgxywajidn/build/products/debug-iphoneos/pic.app/data.json':

 

1) target 'pic' (project 'pic') has copy command from '/users/apple/downloads/picturescanview-master/pic/gif/datajson/data.json' to '/users/apple/library/developer/xcode/deriveddata/pic-frfhvoheijeiybfkgglgxywajidn/build/products/debug-iphoneos/pic.app/data.json'

 

 

2) target 'pic' (project 'pic') has copy command from '/users/apple/downloads/picturescanview-master/pic/resource/data.json' to '/users/apple/library/developer/xcode/deriveddata/pic-frfhvoheijeiybfkgglgxywajidn/build/products/debug-iphoneos/pic.app/data.json'

 

 

下载了一个demo  在手机上运行 提示  这个错误   在build phases中删掉对应文件  编译一下 就成功了