IOS函数调用免费使用Sinch框架

IOS function Call free use Sinch framework

我正在研究调用自由函数,我正在使用 Sinch 框架。 Link教程:

https://www.sinch.com/tutorials/ios-simple-voice-app-tutorial/#adding调用screenviewcontroller

我遇到了这个错误:

dyld: lazy symbol binding failed: can't resolve symbol __Z24REBSTDStringFromNSStringP8NSString in /Users/username/Library/Developer/CoreSimulator/Devices/60DDDF05-3DFF-464C-83EB-AE4BB0B8533E/data/Containers/Bundle/Application/575C9C20-13DF-4926-96E5-DD79D9367B0A/myapp.app/myapp because dependent dylib #9 could not be loaded
dyld: can't resolve symbol __Z24REBSTDStringFromNSStringP8NSString in /Users/username/Library/Developer/CoreSimulator/Devices/60DDDF05-3DFF-464C-83EB-AE4BB0B8533E/data/Containers/Bundle/Application/575C9C20-13DF-4926-96E5-DD79D9367B0A/myapp.app/myapp because dependent dylib #9 could not be loaded.

如何解决这个错误?

问题是混合使用 cocoapods 和同一框架的静态链接,以及其他链接器标志上的一些配置。