Xcode 10 Build Error, About Info
2018-06-09 本文已影响142人
丶信步沧桑
Error:
Multiple commands produce '~/Info.plist':
1) Target 'target' has copy command from '~/Info.plist' to '~/Info.plist'
2) Target 'target' has process command with input '~/Info.plist'
解决方法:
1. Target -> Build Phases -> Copy Bundle Resources
2. Delete Info.plist
3. Build Again.