I'm trying to debug the sample Action App Extension provided on Xcode 6 (6A313). Even though the app runs flawlessly, I can't see any NSLog messages on the Debug Area neither Xcode will stop on my break points.
Things I've tried:
- I've tried uninstalling Xcode 6, re-downloading it from the Mac Store and installing again with no success.
- I've also tried to go through Debug -> Attach to Process -> By Process Identifier (PID) or Name... but the Status Bar shows "Waiting for -bundle id- to launch" when it is already running.
- Tried different devices.
- Tried running on the simulator, but my App Extension won't show on the App Extensions list (it is not present in the "more" list also).
- I've checked this answer also, which didn't help me.
I've ran out of ideas on what to do :)