xcode error: Multiple commands produce

error:

note: Building targets in dependency order

error: Multiple commands produce '/Users/cool_mac/Library/Developer/Xcode/DerivedData/xxx-cgedporlbggxyigfaezqoltztgvk/Build/Products/Debug-iphoneos/xxx.app/Info.plist'

note: Target 'xxx' (project 'xxx') has copy command from '/Users/cool_mac/Documents/WrokProjects/xxx/proj.ios_mac/ios/Info.plist' to '/Users/cool_mac/Library/Developer/Xcode/DerivedData/xxx-cgedporlbggxyigfaezqoltztgvk/Build/Products/Debug-iphoneos/xxx.app/Info.plist'

note: Target 'xxx' (project 'xxx') has process command with output '/Users/cool_mac/Library/Developer/Xcode/DerivedData/xxx-cgedporlbggxyigfaezqoltztgvk/Build/Products/Debug-iphoneos/xxx.app/Info.plist'

解决方法:

项目->TARGETS-->Build Phases--->Copy Bundle Resources 下面info.plist 文件删除掉

如:下图

相关推荐
I烟雨云渊T5 小时前
iOS 数据持久化
macos·ios·cocoa
lincats8 小时前
一步一步学习使用FireMonkey动画(6) 用实例理解动画的运行状态
ide·delphi·livebindings·delphi 12.3·firemonkey
@Demi14 小时前
vsCode或Cursor 使用remote-ssh插件链接远程终端
服务器·ide·vscode·ssh
lincats14 小时前
一步一步学习使用FireMonkey动画(5) 动画图解11种动画插值类型
ide·移动开发·delphi 12.3·firedac·firemonkey
王伯爵15 小时前
Visual Studio Code (VS Code) 工作区配置文件的作用
ide·vscode·状态模式
南风里18 小时前
Android Studio下载gradle文件很慢的捷径之路
android·ide·android studio
后天han1 天前
vscode中launch.json中定义的编译文件名于生成的不一致修改
ide·vscode·编辑器
lincats1 天前
一步一步学习使用FireMonkey动画(3) 使用Delphi的基本动画组件类
ide·delphi·delphi 12.3·firemonkey
在嵌入式里摸爬滚打1 天前
VScode远程连接Ubuntu报错问题分析
ide·vscode·编辑器
超级小忍1 天前
从零开始:JDK 在 Windows、macOS 和 Linux 上的下载、安装与环境变量配置
java·windows·macos