Problem with Icon.png (Icon specified in the Info.plist not found under the top level app wrapper: Icon.png (-19007))

前端 未结 26 1224
一生所求
一生所求 2020-12-06 09:51

I\'m putting together a universal app and I have the icons in my project, but I keep getting a warning from the compiler in regards to Icon.png.

I followed the instr

相关标签:
26条回答
  • 2020-12-06 10:43
    1. Clean your build
    2. Make sure the file is actually on the file system
    3. Make sure you can see the file in the project navigator.
    4. Most likely step 3 will fail. If so, drag the icon from the finder onto the Project Navigator. When asked, uncheck the "copy ..blabla" option because since the file is already there where you are dragging it to, it would fail. Once the file shows up in the Project Navigator you should be golden.
    5. Vote this answer as "the answer" :)
    0 讨论(0)
  • 2020-12-06 10:46

    I had the exact same error, cleaning the project and building again worked for me. It is definitely an Xcode issue - even on 4.0.2. Which version of Xcode are you using? Try updating to the latest.

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