-
Notifications
You must be signed in to change notification settings - Fork 260
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
Xcode 8 beta 2 error #90
Comments
Same to me, when I change to self.preferredStatusBarStyle to fix it but when will the official update will fix this issues? |
i synthesised the property to fix it
|
@zhonghuiwen Did you add a PR for it? |
Just need update cocoapods version. Thanks |
Hi, it'd be great to get a push of this change :) |
When pod gonna update? |
1 similar comment
When pod gonna update? |
GM has been released today please update the pod |
In the meantime you can use the following in your podfile
|
|
* commit '195e99c68d0d0840387e8042867f84619fa84140': (50 commits) 2.3.5 Fixed Xcode 8 beta 2 error: preferredStatusBarStyle cezarywojcik#90 missing UIKit import 2.3.4 2.3.3 actually fixed conflict 2.3.2 Update README.md fixed typo in README updated README 2015 supported interface orientations 2.3.1 CGFloat -> NSTimeInterval no need for this because of PCH updated read added one more doc comment 2.3.0 Changing function and variable names to match UILabel's. Quick fix for lack of NSAttributedString support. Could be improved. ... # Conflicts: # CWStatusBarNotification/CWStatusBarNotification.m
I get an error on latest pod, on line 111 CWStatusBarNotification.m (return _preferredStatusBarStyle) it says "undeclared identifier _preferredStatusBarStyle"
The text was updated successfully, but these errors were encountered: