I'm trying to get my SmashTag app to load on my phone. All the certificates and things are in order (i.e., I've been able to load other apps from Xcode onto the phone) but when I try to load Smashtag I get errors related to the Twitter framework.
I load the app, my iPhone appears to launch the app, and then Xcode gives me this message in the console:
dyld: Symbol not found: __TWvdvC7Twitter4User10screenNameSS
Referenced from: /var/containers/Bundle/Application/AB50558C-00A2-4C61-B81D-F862C8B25EDA/Smashtag.app/Smashtag
Expected in: /System/Library/Frameworks/Twitter.framework/Twitter
in /var/containers/Bundle/Application/AB50558C-00A2-4C61-B81D-F862C8B25EDA/Smashtag.app/Smashtag
I've done a bit of SO research and it looks like this is some kind of framework issue. In my Smashtag project, the Linked Frameworks and Libraries section has Twitter.Framework, and it's "required", and in Smashtag's Frameworks folder contains Twitter.xcodeproj, and nothing is red or giving any errors or warnings. Can someone tell me what I'm doing wrong? Thank you.
(I tried removing and readding the framework, didn't help)