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

前端 未结 9 2074
不思量自难忘°
不思量自难忘° 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:33

    I had the same issue. This is how I fixed it:

    1) changed my name format to: Icon_24@2x.png

    2) Removed files from derived data (I used Watch Dog for XCode for this - https://itunes.apple.com/au/app/watchdog-for-xcode/id734258109?mt=12)

    3) Closed and re-opened Xcode

    Then my archive validation succeeded. I think the derived data removal was the actual fix, but I changed my icon name format at the same time so cannot be sure if the name change also contributed.

    I hope this helps.

提交回复
热议问题