简体   繁体   中英

“IDELaunchErrorDomain” error while running watchOS app of device

Running watchOS app on real watch device getting below error.

Details:

Error Launching 'Appname Extension'
Domain: IDELaunchErrorDomain
Code: 15
Failure Reason: Build and Run launch failed as the app to run does not appear to be known by the system.

I had the same problem, try running on the simulator before running on device , worked for me.

Select your WatchKit app under your targets. Under Build Phases, expand the Dependencies section and make sure that the correct WatchKit App Extension is present there. If you duplicated your target, it is possible that an old unrelated WatchKit extension sitting over there that is creating the problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM