0
votes

I'm getting this error when submitting my app to iTunes Connect via Xcode 6.3:

ERROR ITMS-90363: "Invalid Info.plist key. The key 'CFBundleIcons~ipad' in bundle MyApp.app/PlugIns/MyApp WatchKit Extension.appex/MyApp WatchKit App.app is invalid."

The answers at Apple Watch App Fails Submission Invalid Info.plist and Icon do not solve my problem. My app already has iPad icons in the asset catalog.

2
Have you looked at the info.plist for you WatchKit app?Daniel Storm
Yes: there is no key 'CFBundleIcons~ipad' in the Info.plist for my WatchKit app.Elliot
You should delete the row CFBundleIcons~ipad on AppleWatch info.plist.BuLB JoBs

2 Answers

1
votes

First check -application/AppleWatch Target Select/Build Setting/Packaging/ Info.plist file path

If you use true path, you right click apple watch plist.file and Show in Finder

Edit this file and copy in this path yourapp WacthKit App/info.plist

1
votes

I have solve similar issues. you should delete the row CFBundleIcons~ipad on AppleWatch info.plist.

Hope will helpful to you!