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

前端 未结 26 1350
一生所求
一生所求 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:23

    This method worked for me and I did not need to rename files and all that other good stuff.

    I found a method in the right-click context menu called Add Files to [Project]...

    Step 1

    Open XCode and make sure you are looking at your project view where it lists the project and top-level files below in a tree-style.

    Step 2

    Cmd-click or right-click on the Project Name (at top of left sidebar) and then point to "Add Files to [Project Name]..."

    Step 3

    Browse for files needing to be added. You will notice that files already added are greyed out whereas others that are not added stand out in full colour.

提交回复
热议问题