[AC-6600] Class not found in Hyperloop generated file in createProxy code line
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | Hyperloop |
Labels | n/a |
Reporter | Jim Infante |
Assignee | Abir Mukherjee |
Created | 2020-09-04T11:54:48.000+0000 |
Updated | 2020-10-07T14:34:48.000+0000 |
Description
Class not found in Hyperloop generate js file in IOS. Added 3rd party sdk using cocoapods version 2. the 3rd party sdk is Zendesk Chat (https://developer.zendesk.com/embeddables/docs/chat-sdk-v-2-for-ios/introduction)
from what i know the zendesk v2 is using -swift.h header. zendesk v1 chat is not and Im able to implement it.
seems like all dotted class is having error
Attachments
File | Date | Size |
---|---|---|
zdkchat.js | 2020-09-04T12:11:11.000+0000 | 3440 |
full error message:
Found out that the framework uses .swiftmodule How do I access the swiftmodule class in javascript?
Found this code in https://github.com/shouse/awesome-hyperloop-titanium/tree/master/iOS
and this is my pod file
but the generated javascript files still shows ChatProvidersSDK.ZDKChat which still cause the same error