Reputation: 11
I'm developing an iMessage app extension on an existing project. When I run it on a simulator it works just fine. But when I try to run it on a device the status says "Running com.apple.MobileSMS on iPhone", the Messages.app opens up on the device and nothing else happens. I also can't find the app in the iMessage apps "drawer".
I've tried to clean the solution, delete the main app, rebuild it again, and nothing seems to help. Also, the executable for the scheme is set to "Ask on launch", but the dialog to select an app isn't shown when I run the app.
I've searched for a solution but didn't find anything similar.
Upvotes: 0
Views: 966
Reputation: 889
You should change deployment target in both - app and extension to the same version.
Upvotes: 1
Reputation: 11
I've managed to fix the problem by reinstalling the Xcode, apparently it was a bug within it.
Upvotes: 1