Use of undeclared identifier "applicationDidChangeStatusBarOrientation" in Xcode 6 -
i updated xcode 5 xcode 6 , ran these issues. code worked fine xcode 5
i have code in red - (void)applicationdidchangestatusbarorientation:(nsnotification *)notification; in appdelegate.m
with error "use of undeclared identifier "applicationdidchangestatusbarorientation"
and also
- (void)application:(uiapplication*)application didreceiveremotenotification:(nsdictionary*)userinfo
with error "invalid argument type "void" unary expression"
here's screenshot http://prntscr.com/4liq0n [error][1] having parse issue http://prntscr.com/4liqcl
can please me out? thanks!
philip mills right, semicolon error here.
Comments
Post a Comment