Having trouble figure this out.
I’ve tried integrating Twitter support into my app using Fabric, following the instructions on the twitter developer site.
I downloaded the Fabric OSX app and told it to install the libraries into my project. It installed Fabric.framework, TwitterKit.framework and TwitterCore.framework. I then added a script phase as requested to by Fabric (although I’m not sure what it does).
But when I attempt to build the app, it fails code signing TwitterKit.framework, saying
.../TwitterKit.framework: bundle format unrecognized, invalid, or unsuitable
Fabric had installed TwitterKit version 2.7.0. As part of trying to work out what to do I downloaded v2.5.0 and tried that with the same results.
If I turn off code signing for TwitterKit.frame I get this: Bundle at path …/TestApp.app/Frameworks/TwitterCore.framework has missing or invalid CFBundleExecutable in its Info.plist
I’m pretty much stuck now. I can’t find anyone on the net whose had this problem and I don’t know why just this one framework won’t code sign.
Any ideas what to do next?