12

I add a watch app target to my project. How can I undo this?

I remove Watch target and scheme already. But it's show alert message "install app failed" on my apple watch when i debug my ios app project.

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
Sin Hasegawa
  • 133
  • 1
  • 1
  • 7

1 Answers1

32

In Xcode 6.3.2, two steps are necessary:

  • Remove the WatchKit extension from "Target Dependencies"
  • Remove WatchKit extension from "Embed App Extensions"

A detailed description is available here.

Community
  • 1
  • 1
John
  • 8,468
  • 5
  • 36
  • 61