I\'m writing an app which also has a Today extension (or widget). Apple\'s recommended method of sharing code between extensions and containing apps is to put the shared cod
Actually you are adding the framework in Target Dependencies. That's wrong. Target Dependencies is the place where we should specify some other targets which should get compile in order to run our main target.
Add your framework in to Link Binary With Libraries , if necessary set framework search path in build settings
I had very simmilar problems. Try to add constraints for all your items in Today view. It works for me.