I'm trying to create a cordova iOS plugin for a telerik ios app. To integrate the custom(PressReader_SDK) framework embedded binaires i'm using this method :
Custom Cordova Plugin: Add framework to "Embedded Binaries"
The problem i'm encountering is that when i try to use the plugin in a cordova app it works fine but when i add the same plugin in telerik app, i get the error "image not found" this error occurs when cordova plugin isn't loading the embedded binaires.
I've searched all over cordova documentation but i can't find any way to make it work. Any kind of help would be appreciated.