I am deploying my xamarin forms ios application in apple store.While deployment i am getting errors as follows.Any one please help me to get out of this issue.It is very important for me.
This is the error i am getting:
/var/folders/q_/18cndwcd5zz7ky11gp4v0nv80000gn/T/C24E9DA1-0526-4D75-A483-7B87CC3D050E/1276990237.itmsp - Error Messages: ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘Icon’” ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘[email protected]’” ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘[email protected]’” ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘Icon-72’” ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘[email protected]’” ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘Icon-76’” ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘[email protected]’” ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘Icon-Small’” ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘[email protected]’” ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘Icon-Small-50’” ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘[email protected]’” ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘Icon-Small-40’” ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key ‘CFBundleIconFiles’: ‘[email protected]’”
I didn't named these images as above and some of the images are not in my application.How to resolve the issue?.Anyone please help me.Thanks in Advance.
I am deploying this application using my mac.
Answers
I have same problem. Working on Visual Studio.
Tried nameing app icons as the template say ([email protected], Icon-Small.png, [email protected] etc.). Template got from google "xamarin ios icons name".
Tried deploying .ipa from Ad-hoc and AppStore configuration.
In this error I have same problem with "Default-Portrait.png etc. (Launch images).
Hello @Praveen.B,
Did you found a solution?
The solution posted here https://stackoverflow.com/q/45960820/2254197 (see third comment) worked for me