Invalid image path - no images found

I am getting the following error when I try to upload a project to the AppStore.

frist problem

Invalid image path - no image found on the path specified in the "CFBundleIcons" key: "icon-76"

second problem

your binar is not optimized for iPhone - 5 - new iPhone apps and app updates must support 4-inch display on iPhone 5 and must include a launch image with a size modifier of -568h just after that part of the launch image filename. The launch images must be PNG files and located at the top level of your package, or present in each .Iproj folder if you are localizing your launch images. Find out more about iPhone 5 support and app launches by reviewing the Human Interface Guides for iOS at https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/mobileHIG/Iconimages/IconImages.html#/ / apple_ref / doc / uid / TP40006556-CH14_SW5 'and' IOS Application Programming Guide 'at' https://developer.apple.com/library/ios/documentation/iphone/conceptual/iphoneOSProgrammingGuide/App-RelatedResources/App-RelatedResorces.html#//apple_ref.doc/uid/TP40007072-CH6-SW12

Any help on this is appreciated. Thank.

enter image description here

+3


source to share


3 answers


Go to Supporting files -> yourproject-info.plist file, under Icon files -> click the down arrows and cross the icon name names and package icon file names.

Adding needed images and removing unnecessary ones from your project and info.plist will fix this problem easily.



If an image exists, make sure that the image is part of the goal you are building.

+1


source


Well, I ran into the same problem and found a solution by adding the default file: 568h@2x.png at the root level. As shown in the picture



enter image description here

0


source


I have the same problem. I don't think you answered the question correctly.

  • I am using Images.xcassets for AppIcon. All sizes are included. Even the one who reported the loss. And there are no CFBundleIcons in my Info.plist.
  • I don't even use Launch images in my project. Instead, I use the LaunchScreen.xib file as the launch screen.
0


source







All Articles