Loading OpenWebRTC-SDK in appcelerator Hyperloop through cocoa pods -
i'm trying use openwebrtc in appcelerator hyperloop , compiles , launches app can't access module.
this podfile:
platform :ios, '7.0' target 'hyperloop_sample' pod 'openwebrtc-sdk', :git => 'https://github.com/ericssonresearch/openwebrtc-ios-sdk.git' pod 'jbchartview' pod 'glcalendarview', '~> 1.2' end
, when try require('openwebrtc-sdk/openwebrtc')
app fails
couldn't find module openwebrtc-sdk/openwebrtc
if try other frameworks (i.e. fabric , crashlytics) works properly.
any clue?
did verify, openwebrtc-sdk/openwebrtc
right way require main class? can validate checking framework inside pods directory. hyperloop problems parsing c-based files included in framework.
if still experience problems, feel free file jira-ticket including podfile , full stack trace. thank you!
Comments
Post a Comment