So I recently wanted to try out Twitter Fabric with Xcode and Swift. I have followed the steps form the Fabric application and have loaded all of the SDK and libraries into my project. However in the App delegate I am getting an error that shows this...
Asked
Active
Viewed 130 times
0

Marcelo
- 4,395
- 1
- 18
- 30

Jimmy lemieux
- 439
- 1
- 5
- 14
-
Try changing `Twitter.self` to `Twitter()` – Caleb Oct 22 '15 at 20:12
-
I fixed it I just had to update my Xcode from beta to full release version – Jimmy lemieux Oct 22 '15 at 20:57