I am currently deploying my first application to the Apple app store. I have gone through the provisioning profile, development profile set up and distribution certificates and I finally got as far as to be able to upload the app to the app store, but now it is giving me these errors:
=====================================================
ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFile': 'icon.png'" ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFile': 'icon.png'"
=====================================================
ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0." ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0."
=====================================================
ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0." ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0."
=====================================================
ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found 'UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight' in bundle 'coza.companyname.appname'." ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found 'UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight' in bundle 'coza.companyname.appname'."
=====================================================
ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch story board in bundle 'coza.companyname.appname'." ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch story board in bundle 'coza.companyname.appname'."
I have Googled and tried suggestions but still exactly the same errors come up. Things I have tried is clearing up legacy options in the info-plist file as well as selecting all device orientation options and deselecting them, but I still get the same errors.
Any help would be appreciated.
Thanks!