-
Notifications
You must be signed in to change notification settings - Fork 250
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
Cannot compile in Xcode 10.2 #140
Comments
resolved by replacing all the implicit .round, .forwards, .backwards with explicit kCA constant values: replace: replace .... |
@mxie1563 Did you run |
@BradPatras I did. However, the compile didn't work until I unlocked and made these changes I mentioned above. |
@mxie1563 What version of swift are you using with your project? And do you have a swift version explicitly stated in your Podfile? |
@BradPatras The project is specified for swift 4.
|
i have the same issue, have it fixed yet ? |
@LeXuanKhanh If you've already updated your project to swift 4 and made sure you're targeting the latest version of the M13Checkbox, you could add something like this to the bottom of your podfile and specify a swift version for the M13Checkbox. groue/GRDB.swift#410 (comment) |
Have a lot error related to (NS)String class:
.../Pods/M13Checkbox/Sources/M13CheckboxAnimationGenerator.swift:38:69: Type 'String' has no member 'easeIn'
.../Pods/M13Checkbox/Sources/M13CheckboxAnimationGenerator.swift:43:69: Type 'String' has no member 'easeOut'
.../Pods/M13Checkbox/Sources/Managers/M13CheckboxBounceController.swift:93:37: Type 'String' has no member 'round'; did you mean 'count'?
.../Pods/M13Checkbox/Sources/M13CheckboxAnimationGenerator.swift:184:30: Type 'CAMediaTimingFillMode' (aka 'NSString') has no member 'forwards'
The text was updated successfully, but these errors were encountered: