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

iOS 8.3 Crash in supportedInterfaceOrientations #42

Closed
kokhong20 opened this issue Apr 20, 2015 · 9 comments
Closed

iOS 8.3 Crash in supportedInterfaceOrientations #42

kokhong20 opened this issue Apr 20, 2015 · 9 comments

Comments

@kokhong20
Copy link

screen shot 2015-04-20 at 6 46 04 pm

I am using iOS SDK 8.3 and running on devices with iOS 8.3 and it keep crashing whenever i want to dismiss a modal view when JDStatusBar is shown.
Seems like Apple has changed the

supportedInterfaceOrientations

implementation. Is there any work around i can solve this exception?

Thanks

@stasel
Copy link

stasel commented Apr 21, 2015

I can confirm this happens to me as well. App crashes when I try to present UIAlertView while the status bar is shown.

@bartoszhernas
Copy link

Happens to me as well. Working on fix now, will keep you informed :)

@bartoszhernas
Copy link

I can confirm that using version pulled from top of master is NOT crashing,

pod 'JDStatusBarNotification', :head

Phew, now lets hope for fast review.

@bartoszhernas
Copy link

Version 1.5.1 from Pods also works. So normal

pod update

should be enough.

@manobal
Copy link

manobal commented Apr 21, 2015

I do have 1.5.1 but I keep seeing crashes in supportedInterfaceOrientations

@kokhong20
Copy link
Author

@BartG I have pulled the latest version from master and it solved the crash. Thanks!
Btw, i am developing iPad applications and my device orientation is fixed to landscape only.

@bartoszhernas
Copy link

@kokhong20 Could you ack that it works for you also not on master but also on 1.5.1? I am also developing iPad app with fixed landscape orientation and it stopped crashing at 1.5.1.

I dont want to use :head for my pods, because every pod install it is being updated.

@calimarkus
Copy link
Owner

added 1.5.2 pod, hope that helps.

@kokhong20
Copy link
Author

@BartG I have tried 1.5.1 and it works. I will close this issue.

Thanks everyone!

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

5 participants