Under ios, no matter what I do, when I call dlopen()
it always returns me "image not found". For example, I deploy WebRTC library in the path .\Frameworks\WebRTC.framework
and when I call dlopen('./Frameworks/WebRTC.framework/WebRTC')
it's failed with image not found
any idea what's wrong? where I must deploy libraries that i can open later via dlopen()
?
Note: this is the content of my app :
ALLiveVideoChatClient.app
/_CodeSignature
/Frameworks
/WebRTC.framework
/WebRTC
/ALLiveVideoChatClient