Reputation: 611
I have an app + watch app1 developed on Xcode 6. It runs well and get submitted on Apple Store. In order to develop iOS 9 functions, I tested the app on Xcode 7.0.1 and something went wrong. The app cannot run at all and get the error: "Watchkit AppIcon - The app icon set named “WatchappIcon” did not have any applicable content " on Xcode 7.0.1 but run very well on Xcode 6.
I've been checking other solutions that mentioned app icons are not complete. However, I've added all required app icons for iPhone app and Watch1 app when submitting to Apple Store. The app is alive on Apple Store.
Could someone tell me if you have the same issue and the give me some solutions. Thank you.
Upvotes: 2
Views: 986
Reputation: 385
In my case, I had to make sure the images were assigned to the correct target.
Upvotes: 0