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

Aviary plugin for iOS

3 Answers 33 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Scott
Top achievements
Rank 1
Scott asked on 31 Dec 2013, 10:01 PM
I'm able to get the Aviary plugin to build and launch in an Xcode project however when I include the Aviary .bundle file in the plugin.xml I get build errors regarding the .plist files in the bundle.

Here's how I'm referencing my bundle file:
<resource-file src="src/ios/Resources/AviarySDKResources.bundle" />

I receive errors like this that reference various .plist files in the bundle:
XML: < is not allowed without a tag name.

Is there a way to make Icenium pass along the bundle and try to parse the files inside it?

3 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 03 Jan 2014, 04:38 PM
Hello Scott,

Judging by the error we get when trying to build your project, the problem is missing reference to the
libAviarySDK framework. It should be added to the plugin.xml like this:

<source-file src="src/ios/libAviarySDK.a"  framework="true"/>

Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
0
Scott
Top achievements
Rank 1
answered on 04 Jan 2014, 07:57 AM
Forgot to mention I'm actually working on this in the 'AviaryIOS' project.  So for now just to try to get it to build I took the bundle out.  No errors but it just fires back a QR code immediately and it doesn't seem like it really builds anything.  This might be a stupid question but do custom plugins not work in Ion?  When I try to reference the plugin in code the cordova.plugins namespace isn't even found.
0
Steve
Telerik team
answered on 06 Jan 2014, 08:40 AM
Hi Scott,

Indeed, custom Cordova plugins are not supported in Icenium Ion, please refer to our documentation.

Regards,
Steve
Telerik
You've missed the Icenium Visual Studio Integration keynote? It has been recorded and posted here.
Looking for tips & tricks directly from the Icenium team? Check out our blog!
Share feedback and vote for features on our Feedback Portal.
Tags
General Discussion
Asked by
Scott
Top achievements
Rank 1
Answers by
Steve
Telerik team
Scott
Top achievements
Rank 1
Share this question
or