zendesksdk module was not found | Community
Skip to main content

zendesksdk module was not found

  • April 7, 2022
  • 1 reply
  • 0 views

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

1 reply

Eric27
  • April 13, 2022
Hey there,

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!