Ankit-Aggarwal / SwiftyWebRTC

Swift Framework for WebRTC
MIT License
159 stars 32 forks source link

deploy on device - no bitcode in frameworks #2

Open alqa-dash opened 7 years ago

alqa-dash commented 7 years ago

Hi!

Been tried to use your solution and faced with inaccessibility to run it on device because of bitcode absence in both frameworks SwiftWebRTC and WebRTC. I've fixed bitcode issue in SwiftyWebRTC but not in case of WebRTC - just started looking for source code.

My question: did you succeed in running your app on device?

huboonly commented 7 years ago

Hi! I meet an error, " initializer does not override a designated initializer from its superclass" at "WebRTCTipView override init(frame: CGRect) ". How did you fix it ?