this helped me:
The extension needs to have the parent's bundle ID as its prefix.
For example, if you app is com.ronnathan.myapp, your extension has to be com.ronnathan.myapp.today. You renamed the app target, now go into the extension target and change the name to match.
taken from here