objective c - IOS function Call free use Sinch framework -
i'm working call free function, , i'm using sinch frameworks. link tutorial:
https://www.sinch.com/tutorials/ios-simple-voice-app-tutorial/#adding callscreenviewcontroller
and had met error:
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 not 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 not loaded. how fix error?
the problem mix of using cocoapods , static linking of same framework, config on other linker flags.
Comments
Post a Comment