美文网首页
Xcode 10 Build Error, About Info

Xcode 10 Build Error, About Info

作者: 丶信步沧桑 | 来源:发表于2018-06-09 23:11 被阅读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.
    

    相关文章

      网友评论

          本文标题:Xcode 10 Build Error, About Info

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