I successfully added the "RestKit" module to my project, and also followed the steps described in this article: Cocoapods in swift . I imported RestKit into my ViewController class source file:
import RestKit
But I donโt know why I canโt access it. It does not show any of the classes in RestKit. He shows:
'RestKit' There is no such module.
I tried again to create a new project and added "RestKit". and created the bridge header and imported "RestKit" into the claas ViewController source file. Now I run the project, it shows errors such as
// in this file Pods-SOCKit-prefix.pch
If someone knows what the problem is, explain it to me and suggest a way to work with RestKit in Swift.
source share