I'm integrating SDK for IOS
Via cocoapods
The app is developed using swift, and then the code is introduced according to the documentation
import ZendeskSDKMessaging
import ZendeskSDK
But the zendesksdk module was not found
I'm integrating SDK for IOS
Via cocoapods
The app is developed using swift, and then the code is introduced according to the documentation
import ZendeskSDKMessaging
import ZendeskSDK
But the zendesksdk module was not found
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
This usually happens when the pod wasn't installed. Can you check if you see
pod 'ZendeskSDKMessaging'in your podfile and if you do can you try running pod install again?Thanks!