[Solved] IOS error about Sinch framework


It looks like you have not added the required frameworks

AudioToolbox.framework
AVFoundation.framework
Security.framework

or added the other linker flags

-ObjC -Xlinker -lc++

you can find more info here
https://www.sinch.com/docs/voice/ios/

solved IOS error about Sinch framework