Invalid Apple Watch icon file names must match pattern “*@x.png”

前端 未结 9 2035
不思量自难忘°
不思量自难忘° 2021-02-04 01:26

I\'m trying to submit an update to my App to include Apple Watch capabilities, however whenever I validate the build I get the errors detailed in the screenshot below. Looking a

9条回答
  •  日久生厌
    2021-02-04 02:25

    I got the same issue when I tried to submit. My problem was that I was sharing my image asset file with both my iOS app target and my WatchKit app target. You need to have a separate image asset file for your WatchKit app and it should ONLY have images for the Apple Watch in it. That fixed it for me.

提交回复
热议问题