Build app with Xcode 4 - it always show some error about PNG image

前端 未结 22 995
走了就别回头了
走了就别回头了 2020-12-07 12:46

When I build my app with Xcode 4 it always show this error message:

CopyPNGFile /Users/michaelchen/Library/Developer/Xcode/DerivedData/iMusicBox-boeawugacmha         


        
22条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-07 13:04

    in my case with xcode 4.5 the problem is solved by permission giving with terminal

    chmod -R +rw /yourprojectpath/yourprojectfolder

    this is maybe not the best solution because of locking files with file sharing. But will do if you are in hurry.

提交回复
热议问题