UPDATED with answer at bottom
I am using the TwitterKit framework as installed with Twitter\'s new Fabric platform. This code in ViewController.sw
Here I have tried to add this framework in application and its perfectly working. From this it is clear that issue is related to linking with the module you have added.
Relink / Reference again with the module will resolve this issue:
Points need to be highlight:
For example:
Go to finder of its location >> From Xcode right click on project name >> Show in finder will open project location folder. Here you must have to copy TwitterKit.framework
bundle.
TwitterKit.framework
bundle and click on Add button will add a reference of that framework to project.