WatchKit app wont run on simulator

前端 未结 9 1706
旧时难觅i
旧时难觅i 2021-01-04 10:09

error: WatchKit Extension doesn\'t contain any WatchKit apps. Verify that the value of WKWatchKitApp in your WatchKit App\'s Info.plist is set to YES.

9条回答
  •  一生所求
    2021-01-04 11:04

    this solved the problem for me:

    • go to WatchKit Extension | Build Phases | Copy Bundle Resources
    • click the +
    • search the products folder and choose WatchKit App.app

    afterwards clean and rebuild

提交回复
热议问题