Assets.car can't contain 16-bit or P3 assets if the app supports iOS 8 or earlier?

前端 未结 14 531
执念已碎
执念已碎 2020-12-04 12:52

Has anyone come across this error when uploading to iTunesConnect. Upload precess gets to \"Verifying assets with iTunes store\" the I get the following error:

14条回答
  •  醉梦人生
    2020-12-04 13:03

    Collect A Copy Of All Your Png’s For In A Folder

    For Ex. Name The Folder image and put it in the desktop

    Then Go To Terminal And Change Directory To The Folder you Have Moved The Photos In

    cd desktop/image

    Run This

    sips -g all *.png >print.txt

    You will Find A File Named Print.txt Is Created In The Folder (inside image)

    Open It And Search In It For

    bitsPerSample:

    If you find The Number Next To it Is Different Than 8 Then You Got The Mistaken Image

    Open This Image (Or Images) In The Preview App Then Export It To The Same Format And Make Sure To Select 8 Bit Color Depth (Note If You Select Multiple Images You Don't see The Color Depth Selection But It Is Still Working)

    Copy And Replace The New Images With The Old Once.

    Also Do The Following As An Addition To What I Have Posted Earlier

    This Step Is Applied For All Photos Open Each Or All Photos in Preview App Click On Tools > Adjust Size > Then set dpi to 72 And Tools > Assign Profile > Then Select Generic RGB Profile

    Thats All

提交回复
热议问题