1

我正在研究免费通话功能,并且正在使用 Sinch 框架。链接教程:

https://www.sinch.com/tutorials/ios-simple-voice-app-tutorial/#添加调用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.

如何修复此错误?

4

1 回答 1

2

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

于 2015-06-23T04:17:41.813 回答