-2

enter image description here

I had set all watch images in AppIcon, but still could no see the icon on iPhone. xcode 7.1 ios9.1

Kara
  • 6,115
  • 16
  • 50
  • 57
Tim
  • 22
  • 4
  • I don't understand the question. Which icon is missing? The one on the watch or the one on the phone? – Stefan Nov 02 '15 at 22:11
  • the one on the phone. – Tim Nov 04 '15 at 02:34
  • Please follow this http://stackoverflow.com/questions/18780476/ios-7-app-icons-launch-images-and-naming-convention-while-keeping-ios-6-icons/22353990#22353990 – msmq Nov 04 '15 at 07:00

1 Answers1

0

Your project has 3 parts:

  • The Container App (running on the phone)
  • The Watch App (runs on the Watch and contains the UI)
  • The Watch Extension (runs in WatchKit 1 on the phone, in WatchKit 2 on the watch)

Looks like you've forgotten to add an App Icon in your container App

Stefan
  • 5,203
  • 8
  • 27
  • 51
  • I had add App icon, but the icon is gone when you install the app. After you install the watch app, the icon is appear. I do know why need to install the watch app? – Tim Nov 06 '15 at 01:04