pbxcp issue, file not found but it's definitely there

后端 未结 3 2037
孤城傲影
孤城傲影 2021-02-06 22:21

So I\'ve been working on different images for my app, seeing how it looks, replacing it...all has been well until earlier I replaced a file (checkmark.png) with an updated versi

相关标签:
3条回答
  • 2021-02-06 22:55

    Go to targets in app->built phases->copy bundle resources->remove image in red color and add one u need this will solve your error thanks to DanBroChill

    0 讨论(0)
  • 2021-02-06 23:11

    Is this xcode 4? If so this might apply:

    XCode - File not found but build successful

    0 讨论(0)
  • 2021-02-06 23:21

    Here is temporary solution:

    1. Change location type from Relative to Group to Absolute Path.

    2. Again locate file.

    3. Build ... should be Succeeded.

    It works in my project so I hope it helps.

    0 讨论(0)
提交回复
热议问题