-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Crashed on iphone 5 and ios 10 #476
Comments
@nightstranger007 This seems to be an old issue as #456 . Try the latest? |
Hi, On Wed, Nov 9, 2016 at 7:05 PM, Wenchao Ding notifications@github.com
|
@nightstranger007 The fix can be found here |
Thanx On Thu, Nov 10, 2016 at 6:50 PM, Wenchao Ding notifications@github.com
|
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSInvocation setArgument:atIndex:]: index (3) out of bounds [-1, 2]'
*** First throw call stack:
(
0 CoreFoundation 0x06c7d212 __exceptionPreprocess + 194
1 libobjc.A.dylib 0x06735e66 objc_exception_throw + 52
2 CoreFoundation 0x06bfcfde -[NSInvocation setArgument:atIndex:] + 686
3 KipInTouch 0x001076a7 -[NSObject(FSCalendarExtensions) fs_performSelector:withObjects:] + 3751
4 KipInTouch 0x0009dd43 -[FSCalendar initialize] + 3187
5 KipInTouch 0x0009cfac -[FSCalendar initWithFrame:] + 156
6 KipInTouch 0x00174b84 -[FGCalendarView viewDidLoad] + 4996
7 UIKit 0x0400ff52 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 38
8 UIKit 0x04014a3c -[UIViewController loadViewIfRequired] + 1431
9 UIKit 0x04014f85 -[UIViewController view] + 29
10 UIKit 0x04737882 -[UIPageViewController _setViewControllers:withScrollInDirection:animated:completion:] + 605
11 UIKit 0x04737b44 -[UIPageViewController setViewControllers:direction:animated:completion:] + 290
12 KipInTouch 0x00180cc1 -[FGCalendarContainerView viewDidLoad] + 769
13 UIKit 0x0400ff52 -[UIViewController _sendViewDidLoadWithAppearanceProxyObjectTaggingEnabled] + 38
14 UIKit 0x04014a3c -[UIViewController loadViewIfRequired] + 1431
15 UIKit 0x04014f85 -[UIViewController view] + 29
16 UIKit 0x04993740 -[_UIFullscreenPresentationController _setPresentedViewController:] + 89
17 UIKit 0x03feb11b -[UIPresentationController initWithPresentedViewController:presentingViewController:] + 140
18 UIKit 0x040298dd -[UIViewController _presentViewController:withAnimationController:completion:] + 4604
19 UIKit 0x0402cf32 __62-[UIViewController presentViewController:animated:completion:]_block_invoke + 363
20 UIKit 0x0402d29b -[UIViewController _performCoordinatedPresentOrDismiss:animated:] + 535
21 UIKit 0x0402cd80 -[UIViewController presentViewController:animated:completion:] + 182
22 KipInTouch 0x00147705 -[EventViewController dateTimeButtonClick:] + 805
23 libobjc.A.dylib 0x0674b200 -[NSObject performSelector:withObject:withObject:] + 63
24 UIKit 0x03e4981e -[UIApplication sendAction:to:from:forEvent:] + 91
25 UIKit 0x03e497b8 -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 41
26 UIKit 0x03ff832b -[UIControl sendAction:to:forEvent:] + 64
27 UIKit 0x03ff8693 -[UIControl _sendActionsForEvents:withEvent:] + 462
28 UIKit 0x03ff7518 -[UIControl touchesEnded:withEvent:] + 717
29 UIKit 0x03ebffac -[UIWindow _sendTouchesForEvent:] + 3063
30 UIKit 0x03ec17e7 -[UIWindow sendEvent:] + 4312
31 UIKit 0x03e68198 -[UIApplication sendEvent:] + 395
32 UIKit 0x0470f6cd __dispatchPreprocessedEventFromEventQueue + 3706
33 UIKit 0x047077af __handleEventQueue + 5345
34 CoreFoundation 0x06c1ccbf CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 15
35 CoreFoundation 0x06c00df7 __CFRunLoopDoSources0 + 519
36 CoreFoundation 0x06c00284 __CFRunLoopRun + 1124
37 CoreFoundation 0x06bffbab CFRunLoopRunSpecific + 395
38 CoreFoundation 0x06bffa0b CFRunLoopRunInMode + 123
39 GraphicsServices 0x0a066b4c GSEventRunModal + 177
40 GraphicsServices 0x0a0669c7 GSEventRun + 80
41 UIKit 0x03e477fb UIApplicationMain + 148
42 KipInTouch 0x00116fbc main + 140
43 libdyld.dylib 0x07701799 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
The text was updated successfully, but these errors were encountered: