I created a today extension for my app and it works fine on my mobile, however if I try to launch the widget target on any other device I get this error
I run xcode 6.0.1
Couple of things I would check:
- Code signing / provisioning profiles are correct
- The supported architecture is standard arch i had an issue with this. From the docs: A containing app that links to an embedded framework must include the arm64
I changed my widget config from this
to this
and it works now
来源:https://stackoverflow.com/questions/26236333/ios-today-extension-do-not-launch-lost-connection-to-device