[AC-6199] Unable to Install and use 3rd-Party libraries (pods) in Appcelerator modules
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Needs more info |
Resolution Date | 2019-05-01T22:36:03.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | Google-cloud-speech, Speech, Voice-Recognition |
Reporter | Prashant |
Assignee | Shak Hossain |
Created | 2019-04-05T05:20:07.000+0000 |
Updated | 2019-05-01T22:36:03.000+0000 |
Description
We need to integrate google-cloud-speech in one of Appcelerator iOS application.
I am trying to develop a iOS Appcelerator module where I can install and use the pods, I am trying to use the same pods which are available in native iOS for speech-recognition.
We are able to install the pods but unable to access classes inside it in the module's classes. Can we have a way to integrate the third party modules in Appcelerator module, so that we can achieve it?
I am using Titanium SDK 7.4.0GA.
Hello, Try using the latest SDK 8.0.0.GA. Also, Follow the guide on here to build iOS module with Appcelerator, https://docs.appcelerator.com/platform/latest/#!/guide/iOS_Module_Project . Thanks.
Hello [~prashantj], what's the status of your issue?
Do you have any sample module where we used this way?
[~prashantj], Do want to add a third-party framework/library on your end? Check the links below: [Add a third-party framework](https://docs.appcelerator.com/platform/latest/#!/guide/iOS_Module_Project-section-src-43288810_iOSModuleProject-Addathird-partyframeworks) [Using third-party libraries](https://docs.axway.com/bundle/Titanium_SDK_allOS_en/page/ios_hyperloop_programming_guide.html#iOSHyperloopProgrammingGuide-Usingthird-partylibraries) Hope this helps you .
Hello [~prashantj], I see you have open a separate ticket for the issue with pods using hyperloop. I believe you are able to figure out how to add third-party libraries in Appcelerator module. So, we are going to close it. Let us know if you need anything here? Thanks.
I will give the priority to access the native modules (Third Party libs) through Appcelerator modules only and not in the app directly. If we can install and access pods in modules please suggest on that.