Multiple commands produce xxxxxxxxxx app/Info.plist':

1,178 阅读1分钟

报错问题: Target 'xxx' (project 'xxx') has process command with output '/xxx(路径)/Build/Products/Debug-iphoneos/xxx.app/Info.plist'

这种问题多数出现在手动集成第三方的sdk到项目,或者手动第三方的框架添加到项目中,容易引发这样的问题,这种问题是属于info.plist的冲突,第三方的跟原有项目的info.plist冲突

解决办法:

**     删除第三方info.Plist文件或者删除本项目的info.plist,(视情况删除info.plist的内容添加到保留的plist文件中)**