icon error while updating app to appStore iPhone?

后端 未结 6 1730
一个人的身影
一个人的身影 2021-01-20 00:09

i am trying to update my application using application loader. when i submit the archive file, i got this error

    \"icon specified in the info.plist not f         


        
6条回答
  •  醉梦人生
    2021-01-20 00:39

    This is sometimes due to the compression that apple does during compiling. You should make sure the file type is correctly set to "Icon". Click on the icon in the project navigator and under "Identity and Type" you can set the File Type to "Icon"

提交回复
热议问题