I am developing an app with swift using a today widget for notification center.
The widget works:
- when using the simulator
- when starting the widget separately using xcode
The widget does not work when starting the main app using xcode on my iPhone 6. It appears but is empty, only showing the header and title without content.
I read that the architecture selected could be a problem but everything looks fine. My widget build settings:
I already tried making a clean build and deleting the app completely before running a new build. Nothing seems to help.