I am having this problem with a brand new project. This problem happens with both RestKit and Facebook SDK. Strangely SwiftyJSON works just fine. I create a brand new swift
In my case, at first I had only one target in xcode. I executed pod install
.
A few months later, I had to make another target so I had multi targets.
In this situation, if I do pod install
and build xcode, I get a "no such module" error.
So I removed pod
files and then pod init
.
Podfile format has been changed for multiple targets
It works!!
Check this out!