After a restart of Xcode I'm getting this message as I try to launch my today extension in iOS 8. Has anyone else this?
Asked
Active
Viewed 377 times
1 Answers
3
This seems to be solved by making sure that Debug Extensions and XPC services
in the Scheme is checked. Also make sure that Executable is not set to None.

Rick
- 3,240
- 2
- 29
- 53
-
1If the `Extensions and XPC services` is gray, try select valid target. – Henry Jul 28 '14 at 06:45