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

NSInvalidArgumentException crash #9

Closed
phynet opened this issue Mar 30, 2016 · 1 comment
Closed

NSInvalidArgumentException crash #9

phynet opened this issue Mar 30, 2016 · 1 comment
Assignees

Comments

@phynet
Copy link

phynet commented Mar 30, 2016

UPDATED:

HI there, I'm using version 0.1.1 and there are a some exception risen in iPad Air and iPhones with iOS 8.4

Do you have any clue why is the notification getting lost?

Thanks

Fatal Exception: NSInvalidArgumentException
-[_UIToolbarBackground receiveNotification:]: unrecognized selector sent to instance 0x145d3d090

Thread : Fatal Exception: NSInvalidArgumentException
0 CoreFoundation 0x182fe822c exceptionPreprocess
1 libobjc.A.dylib 0x194a580e4 objc_exception_throw
2 CoreFoundation 0x182fef2f4 __methodDescriptionForSelector
3 CoreFoundation 0x182fec0a8 __forwarding

4 CoreFoundation 0x182eee96c _CF_forwarding_prep_0
5 CoreFoundation 0x182f8e010 CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
6 CoreFoundation 0x182ecb0f0 _CFXNotificationPost
7 Foundation 0x183dfaa80 -[NSNotificationCenter postNotificationName:object:userInfo:]
8 Rentalia 0x1003ff964 -SKSplashView startAnimation
9 Rentalia 0x1000c3f10 -RLHomeViewController splashScreenAnimation
10 Rentalia 0x1000c3bd0 -RLHomeViewController viewDidLoad
11 UIKit 0x187a64a6c -[UIViewController loadViewIfRequired]
12 UIKit 0x187b1ad50 -[UINavigationController _layoutViewController:]
13 UIKit 0x187b1ac4c -[UINavigationController _updateScrollViewFromViewController:toViewController:]
14 UIKit 0x187b1a0d8 -[UINavigationController _startTransition:fromViewController:toViewController:]
15 UIKit 0x187b19d84 -[UINavigationController _startDeferredTransitionIfNeeded:]
16 UIKit 0x187b19aa4 -[UINavigationController __viewWillLayoutSubviews]
17 UIKit 0x187b19a24 -[UILayoutContainerView layoutSubviews]
18 UIKit 0x187a61548 -[UIView(CALayerDelegate) layoutSublayersOfLayer:]

@sachinkesiraju
Copy link
Owner

Notifications are being removed in the removeAnimations() method in the latest commit.

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

2 participants