Skip to content
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

Swift 3 Compatibility #115

Closed
tonymuu opened this issue Sep 18, 2016 · 2 comments
Closed

Swift 3 Compatibility #115

tonymuu opened this issue Sep 18, 2016 · 2 comments

Comments

@tonymuu
Copy link

tonymuu commented Sep 18, 2016

Hi, I just updated to Xcode 8 and Swift 3 yesterday, and I'm getting a lot of "Ambiguous use of" errors, specifically with the enums such as "LLCameraPositionFront", and "LLCameraFlashOff", etc. Also, the onError method's error parameter can't find its property domain or code.. the code example I've been using https://github.com/strawb3rryx7/LLSimpleCamera-Swift-Example is now broken... Would you be able to add Swift 3 Compatibility anytime soon? Thanks. The image is here: http://i.imgur.com/T9F6H9P.png

@akovalov
Copy link

akovalov commented Oct 6, 2016

@tonymuu please check your project settings. Your "Ambiguous use of" error could be due to wrong setup. I'm using it in Swift 3 project and everything is fine. This project is written in Objective-C so I believe it does not need any Swift 3 compatibility code changes. Hope this helps.

@tonymuu
Copy link
Author

tonymuu commented Oct 24, 2016

I reverted back to Swift 2.3 for now. I'll keep this in mind though. Thanks!

@tonymuu tonymuu closed this as completed Oct 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants