I have a cocoapods workspace project written in obj-c with ios7 target and ios8.1 sdk. When i add a new widget (today extension) target, and set the app id to .today, add a provisioning profile, it runs fine on the simulator. On the device however, i can't start it using debugging (Xcode is stuck in 'waiting to attach' mode) and if i manually open 'Today' view i can't see my app name in the 'Edit' button. The host app works just fine after adding the new target. I have arm64 architecture enabled in the widget. I tried the widget in both swift and obj-c.
(For example, my device was on 8.0, but the deployment target was set to 8.1 by default. Changing it to 8.0 fixed my problem.)