This question may be duplicate of this "Sinch Integration in swift project" But i am doing all these steps But getting same error " No such module 'Sinch'. Below steps i have followed please check and let me know if i missed any steps or need to add??
I have Added this in my podfile: pod 'SinchRTC'
Pod installed successfully with no warning: 
Added this in Bridge-Header file:
#import<Sinch/Sinch.h>
Note: Update pod more then 10 times and restarted xcode multiple times.
