Watchkit AppIcon - The app icon set named “AppIcon” did not have any applicable content

前端 未结 8 1088
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-07 13:34

There is the Images.xcassets file in my WatchKit App. As soon as I put any icon in that asset build failed with the error message: \"The app icon set named \"AppIcon\" d

相关标签:
8条回答
  • 2020-12-07 14:02

    Most likely your watchKit app icons are not of the correct size. You need the following sizes

        (these are all in pixels)
        48 x 48
        55 x 55
        58 x 58
        80 x 80
        87 x 87
        88 x 88
        172 x 172
        196 x 196
    

    Basically all the numbers you see in at bottom under Images.xcassets you need to double them as they need to be retina display.

    0 讨论(0)
  • 2020-12-07 14:02

    Most likely your watchKit app icons are not of the correct size. You need follow the instructions in above image

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