swiftcocoapodssnapchat

No such module 'SCSDKCreativeKit'


I believe the Snap Kit SDK may be faulty. I created a completely new iOS project, setup the Cocoapods workspace and then added:

pod 'SnapSDK'

With a sucesfull installation. I then as per the tutorial:

In my view controller added:

import SCSDKLoginKit

However I'm getting the error: No such module 'SCSDKLoginKit'

Any help would be appreciated.


Solution

  • The Cocapods installation method seems to be bugged at the moment. Instead of using CocoaPods, use Carthage to install. This should fix the error, as it fixed it for me.