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

Xcode 8 beta 2 error #90

Closed
alirp88 opened this issue Jul 10, 2016 · 10 comments
Closed

Xcode 8 beta 2 error #90

alirp88 opened this issue Jul 10, 2016 · 10 comments

Comments

@alirp88
Copy link

alirp88 commented Jul 10, 2016

I get an error on latest pod, on line 111 CWStatusBarNotification.m (return _preferredStatusBarStyle) it says "undeclared identifier _preferredStatusBarStyle"

@kimimaro
Copy link

Same to me, when I change to self.preferredStatusBarStyle to fix it but when will the official update will fix this issues?

@zhonghuiwen
Copy link

zhonghuiwen commented Jul 19, 2016

i synthesised the property to fix it

@implementation CWViewController
@synthesize preferredStatusBarStyle = _preferredStatusBarStyle;

- (UIStatusBarStyle)preferredStatusBarStyle
{
    return _preferredStatusBarStyle;
}

@alirp88
Copy link
Author

alirp88 commented Jul 23, 2016

@zhonghuiwen Did you add a PR for it?

@narlei
Copy link

narlei commented Aug 2, 2016

Just need update cocoapods version. Thanks

@benguild
Copy link
Contributor

Hi, it'd be great to get a push of this change :)

@alirp88
Copy link
Author

alirp88 commented Aug 29, 2016

When pod gonna update?

1 similar comment
@akkrat
Copy link

akkrat commented Aug 31, 2016

When pod gonna update?

@romk1n
Copy link

romk1n commented Sep 7, 2016

GM has been released today please update the pod

@cerupcat
Copy link

cerupcat commented Sep 8, 2016

In the meantime you can use the following in your podfile

pod 'CWStatusBarNotification', :git => 'https://github.com/cezarywojcik/CWStatusBarNotification', :commit => '029ba79'

@cezarywojcik
Copy link
Owner

2.3.5 is pushed.

gshaviv added a commit to gshaviv/CWStatusBarNotification that referenced this issue Sep 19, 2016
* 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
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

9 participants