-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About compile errors on iOS #224
Comments
Hi, Could you find any solution to this problem? I'm also facing with the same problem. Thanks, |
Having the same issues here...would love an update or solution if anyone has one. |
see #216 |
Hi danwaltzer, I couldn't find a solution to use swift 3 successfully. However, if you change the "Use Legacy Swift Language Version" option to YES, you can use phonertc plugin's swift 2 code with xcode 8 and new iOS SDK without errors. |
I've tried this, but instead of getting 20 compiler errors, I now get 87. I'm guessing this is because I already ran the conversion to Swift 3 |
I think so. Firstly, you have to revert your code base to swift 2 version. After that, changing the "Use Legacy Swift Language Version" attribute's value will resolve your problem. |
If I convert to 2.3.. I still get some 60 errors on a fresh install. Anyone ever find a working RTC solution? |
After updating xcode 8.2 to 8.3 there is not any "Use Legacy Swift Language Version" option no more and xcode forces to convert swift 2.3 to 3.0. I'm looking for solutions too. |
Hello,
I did everything written in installation guide in xCode . Buy when I try to install to my phone, these errors occurs. What is the problem ?
I have xCode 8.2.1 and iOS 10.2 on my phone.
The text was updated successfully, but these errors were encountered: