Hi, I’ve used a Podfile to setup my iOS9 project to login into Twitter. So far, all I’ve attempted to do is, in AppDelegate.swift (:
Fabric.with([Twitter.sharedInstance()])
This crashes on start-up.
Exception:
2016-01-02 00:10:45.049 xxx[77939:4793569] *** Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: '-[Twitter initWithCoder:]: unrecognized selector sent to instance
Any thoughts or ideas?
Thanks!