I'm currently making a share extension using Xcode 6.5. I was previously testing with only simulators and everything was working great. Today I tried running on a hardware iPad running iOS 8 and discovered my share extension does not even open.
I am frustrated since my debugger won't attach to the extension, so I can't look at logs or set breakpoints. I tried making a dummy app with a share extension, and that worked on BOTH the simulator and hardware iPad, so its not a just a problem with the hardware. Not really sure what the problem is...
Help?