triniwiz / nativescript-webrtc

Apache License 2.0
42 stars 25 forks source link

Fresh installation fails (2.0.0.18-alpha) #21

Closed codingcronus closed 5 years ago

codingcronus commented 5 years ago

I tried to upgrade the plugin from 2.0.0.15-alpha to 2.0.0.18-alpha by removing the plugin and adding it again. This correctly installs the latest version (.18-alpha). The applications terminates with an error message:

JS ERROR ReferenceError: Can't find variable: RTCDataChannelDelegate

codingcronus commented 5 years ago

I resolved it by removing and adding the ios platform again:

tns platform remove ios tns platform add ios