I added a vanilla Today Application Extension and run with the new scheme created by XCode.
After it finishes building (\"Build Succeeded\" pops up), it failed straight
Check if the Bundle Identifier isn't empty in the Info.plist
This issue occurred in my case when the phone's memory was too low to install the app. I've cleaned up the phone and voila!
Another hint might be this post.
Try this:
I was getting the same error - although in different conditions - and it took me a while to realise that I had inadvertently messed with the Info.plist (thank you user2866588!) via a Search & Replace operation.
Once fixed that file, the error went away. It's a long shot, but you never know...
I got this error after installing new pods (AWS) to my project. Somehow the entry in the Build Settings for Info.plist file was cleared. Entering the correct filepath (find in finder) my project finally compiled again.
I got this error when my test phone had low memory (around 288MB free). After restart and clearing some cached data, I was able to install my app.