IOS error about Sinch framework

ぃ、小莉子 提交于 2019-12-13 22:43:10

问题


I want to do call function and I use Sinch.framework, but I had met this error when I add Sinch.framework to my project.

How to fix this error.


回答1:


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/



来源:https://stackoverflow.com/questions/30775805/ios-error-about-sinch-framework

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!