-
Notifications
You must be signed in to change notification settings - Fork 368
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
issue with swift 4 & Xcode 9 #190
Comments
@josmanperez Hi, can you try running the demo that comes with this project? Maybe you forget to set |
Thank you for answering me @onmyway133 I've rechecked and all my targets are set to Swift 3 @objc inference to Default and Swift language version is set to Swift 4.0 I did the I've also launched successfully the demo app that comes with the master branch of the repo |
same as #172 |
I’ll try later thank you @lucasr93 |
Same error here. |
same error. |
I'm not sure if it has to do anything whit this error (which I'm experiencing as well), but Whisper.podspec has some strange configurations: But until this issue is solved, referring to the git url and master branch (instead of version number) in the Podfile is a possible workaround: |
@danieltmbr works! thanks! |
For those in favour of using versions tag in podfile instead of applying @danieltmbr git path solution, go to Whisper's Build Settings, and change the |
It's working for me. |
It's working for me. , remember first execute |
I can’t try it until next week cause I’m out of town. But I’ll check and let you know :) thanks! |
@onmyway133 Yeah it's working fine! Thank you! |
Hi!
Thank you for this wonderful library but I am having troubles with the migration to swift 4 from swift 3.
I am using Xcode 9 and Whisper version 5.1.0 that comes with swift 4 support but when trying to run my project I have 16 issues regarding this library. All issues are the same_
Argument of '#selector' refers to instance method 'orientation ... that is not exposed to Objective-C
and
'shared' is unavailable: Use view controller based solutions where appropriate instead
Since I am seeing that this library is working with swift 4 what I am doing wrong?
Thank you!
The text was updated successfully, but these errors were encountered: