I am using TwitterKit within an app. I wrote a UI piece based on the TwitterKit UITableViewController subclass and all was working fine. I then moved this code to a framework within the app - have it all linking fine - but on run am now getting:
[TwitterKit] initWithSessionStore:userID: Invalid parameter not satisfying: sessionStore
Any idea on the issue - is there some problem since the code is running in a different bundle than the main app bundle now?
Thanks
Mark