openvidu-ionic - demo app not working on Mac OS : 10.14.4 Xcode : 10.2.1
bimal72 opened this issue · 7 comments
Hello,
I tried to run openvidu-ionic - demo app on following
Mac OS : 10.14.4
Xcode : 10.2.1
It throws error
Error : SWIFT_VERSION '3.0' is unsupported, supported versions are: 4.0, 4.2, 5.0. (in target 'OpenVidu Ionic')
How about updateing SWIFT_VERSION to one of the supported ones, as described in the error message?
It throws another errors , as version change also needs syntax change
Also as of now apart from swift 3.0, xcode version is 9.0, which I think also creates issue
Talking about iosrtc-swift-support.js file
I can confirm that openvidu-ionic is working fine by using Xcode 10.1 in devices running iOS 12.1
OK, I do have Xcode 10.2.1 ...it gives me error during build ..without running on device
I have the same problem.
Has anyone found any solution?