-
Notifications
You must be signed in to change notification settings - Fork 468
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
kCRToastTimeIntervalKey issue with Xcode 8.1 swift 3 #213
Comments
also fixed by setting
but when appear the notification the whole ui flashes |
Noticed same error in log, but proposed fix was not worked for me. Actually, problem exists because ObjC and Swift internally use different private subclasses of |
Fixed for me by altering the line as such:
|
i fix it like this :
|
I have this error in the log
[CRToast] : ERROR given 0.4 for key kCRToastTimeIntervalKey was expecting Class __NSCFNumber but got Class _SwiftTypePreservingNSNumber, passing default on instead
The text was updated successfully, but these errors were encountered: