SafeSlingerProject / SafeSlinger-iOS

Source code for iOS platform client SafeSlinger
MIT License
6 stars 2 forks source link

NSInvalidArgumentException in UIView(Internal) _addSubview:positioned:relativeTo: #30

Closed mwfarb closed 9 years ago

mwfarb commented 10 years ago

Crashlytics #119 SafeSlinger 1.7.1 NEW ISSUE FOUND UIKit -[UIView(Internal) _addSubview:positioned:relativeTo:]

Fatal Exception: NSInvalidArgumentException Can't add self as subview

Thread : Fatal Exception: NSInvalidArgumentException 0 CoreFoundation 0x00000001816a7100 *exceptionPreprocess + 132 1 libobjc.A.dylib 0x000000018dbb01fc objc_exception_throw + 60 2 CoreFoundation 0x00000001816a7040 -[NSException initWithCoder:] 3 UIKit 0x0000000184677ea0 -[UIView(Internal) _addSubview:positioned:relativeTo:] + 128 4 UIKit 0x0000000184866adc 53-[_UINavigationParallaxTransition animateTransition:]_block_invoke + 1356 5 UIKit 0x000000018467ede0 +[UIView(Animation) performWithoutAnimation:] + 88 6 UIKit 0x00000001848662cc -[_UINavigationParallaxTransition animateTransition:] + 828 7 UIKit 0x000000018481e034 -[UINavigationController _startCustomTransition:] + 2724 8 UIKit 0x0000000184727f3c -[UINavigationController _startDeferredTransitionIfNeeded:] + 464 9 UIKit 0x0000000184727d0c -[UINavigationController viewWillLayoutSubviews] + 56 10 UIKit 0x0000000184727c8c -[UILayoutContainerView layoutSubviews] + 200 11 UIKit 0x000000018466afe0 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 348 12 QuartzCore 0x000000018425c258 -[CALayer layoutSublayers] + 184 13 QuartzCore 0x0000000184256e20 CA::Layer::layout_ifneeded(CA::Transaction) + 300 14 QuartzCore 0x0000000184256cd8 CA::Layer::layout_and_display_ifneeded(CA::Transaction) + 32 15 QuartzCore 0x0000000184256560 CA::Context::commit_transaction(CA::Transaction) + 280 16 QuartzCore 0x0000000184256304 CA::Transaction::commit() + 424 17 UIKit 0x000000018466f154 _UIApplicationHandleEventQueue + 9800 18 CoreFoundation 0x00000001816677f4 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION** + 24 19 CoreFoundation 0x0000000181666b50 CFRunLoopDoSources0 + 256 20 CoreFoundation 0x0000000181664de8 __CFRunLoopRun + 632 21 CoreFoundation 0x00000001815a5dd0 CFRunLoopRunSpecific + 452 22 GraphicsServices 0x000000018728dc0c GSEventRunModal + 168 23 UIKit 0x00000001846d6fc4 UIApplicationMain + 1156 24 SafeSlinger 0x00000001000c8b10 main (main.m:33) 25 libdyld.dylib 0x000000018e1a3aa0 start + 4

mwfarb commented 10 years ago

SafeSlinger 1.7.1 Crashlytics #123 iPhone 6 iOS 8.0.2

UIKit -[UIView(Internal) _addSubview:positioned:relativeTo:]

Fatal Exception: NSInvalidArgumentException Can't add self as subview

Thread : Fatal Exception: NSInvalidArgumentException 0 CoreFoundation 0x00000001845ee084 *exceptionPreprocess + 132 1 libobjc.A.dylib 0x0000000194c240e4 objc_exception_throw + 60 2 CoreFoundation 0x00000001845edfc4 -[NSException initWithCoder:] 3 UIKit 0x0000000188d77874 -[UIView(Internal) _addSubview:positioned:relativeTo:] + 140 4 UIKit 0x0000000188f5ac18 53-[_UINavigationParallaxTransition animateTransition:]_block_invoke + 1492 5 UIKit 0x0000000188d7e77c +[UIView(Animation) performWithoutAnimation:] + 88 6 UIKit 0x0000000188f5a3a4 -[_UINavigationParallaxTransition animateTransition:] + 856 7 UIKit 0x0000000188f14278 -[UINavigationController _startCustomTransition:] + 3036 8 UIKit 0x0000000188e24f40 -[UINavigationController _startDeferredTransitionIfNeeded:] + 468 9 UIKit 0x0000000188e24d0c -[UINavigationController viewWillLayoutSubviews] + 56 10 UIKit 0x0000000188e24c8c -[UILayoutContainerView layoutSubviews] + 200 11 UIKit 0x0000000188d6d874 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 572 12 QuartzCore 0x00000001886c5d58 -[CALayer layoutSublayers] + 168 13 QuartzCore 0x00000001886c0944 CA::Layer::layout_ifneeded(CA::Transaction) + 320 14 QuartzCore 0x00000001886c07e8 CA::Layer::layout_and_display_ifneeded(CA::Transaction) + 32 15 QuartzCore 0x00000001886bffe8 CA::Context::committransaction(CA::Transaction) + 276 16 QuartzCore 0x00000001886bfd6c CA::Transaction::commit() + 436 17 QuartzCore 0x00000001886b979c CA::Transaction::observer_callback(_CFRunLoopObserver, unsigned long, void) + 80 18 CoreFoundation 0x00000001845a6388 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION** + 32 19 CoreFoundation 0x00000001845a3314 CFRunLoopDoObservers + 360 20 CoreFoundation 0x00000001845a36f4 __CFRunLoopRun + 836 21 CoreFoundation 0x00000001844d1664 CFRunLoopRunSpecific + 396 22 GraphicsServices 0x000000018d60b5a4 GSEventRunModal + 168 23 UIKit 0x0000000188dd64f8 UIApplicationMain + 1488 24 SafeSlinger 0x0000000100108b10 main (main.m:33) 25 libdyld.dylib 0x0000000195292a08 start + 4

mwfarb commented 10 years ago

SafeSlinger 1.8.0.1 Crashlytics Issue #127 UIKit -[UIView(Internal) _addSubview:positioned:relativeTo:] iPhone 5 iOS 8.0.2

tenmalin commented 9 years ago

same issue as https://github.com/SafeSlingerProject/SafeSlinger-iOS/issues/88

whsheikh101 commented 9 years ago

anyone found this issue solution ?