This is a migrated thread and some comments may be shown as answers.

Custom plugin build

1 Answer 49 Views
AppBuilder extension for Visual Studio
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mohamed
Top achievements
Rank 1
Mohamed asked on 06 Jul 2017, 10:30 AM

Hello,

I have an App with an custom plugin installed.

This plugin use Embedded Framework.

When i build everythink is ok but when i execute the app  on iphone, the app crash with this exception :

 

DYLD, Library not loaded : @rpath/Accengage.framework/Accengage
Reason : image not found

Ps : on android is ok.

Thanks

1 Answer, 1 is accepted

Sort by
0
Garo
Telerik team
answered on 10 Jul 2017, 05:26 PM
Hello Mohamed,

In addition to referencing the Embedded Framework in the plugin.xml file, you should also create a specific hook for the plugin to work properly. This StackOverflow thread shows a detailed example of such hook.

You can also try just adding the embed="true" option to the framework tag, however, this change has a low chance of resolving the issue.

I hope this is of any help.

Regards,
Garo
Progress Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
AppBuilder extension for Visual Studio
Asked by
Mohamed
Top achievements
Rank 1
Answers by
Garo
Telerik team
Share this question
or