Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Watchkit error: WatchKit Extension contains multiple WatchKit apps

I am getting this error when I compile my watchkit app

Embedded binary validation utility error

error: WatchKit Extension contains multiple WatchKit apps whose bundle     
identifiers match "com.tec.MyApp.watchkitapp". It can only have one

Any clue..? :)

like image 366
Tony Thomas Avatar asked Apr 18 '15 11:04

Tony Thomas


2 Answers

This are the steps that worked for me:

  1. Clean all project dir (options+clean)
  2. Close Xcode
  3. Delete "Derived Data"
  4. Rebuild everything
like image 175
Idan Avatar answered Nov 15 '22 05:11

Idan


A .app can contain just one Apple Watch companion app. If you want multiple Watch-apps, you must create another iPhone app with it.

like image 31
lennartk Avatar answered Nov 15 '22 04:11

lennartk