Skip to content

Instantly share code, notes, and snippets.

@rolfbjarne
Created May 19, 2015 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rolfbjarne/b8ab30490417fc5667d5 to your computer and use it in GitHub Desktop.
Save rolfbjarne/b8ab30490417fc5667d5 to your computer and use it in GitHub Desktop.
Device = x86_64; App Version = 0.9.5; Build = 156; System Version = 8.0; Error = Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInvalidArgumentException Reason: -[IntroductionScreenViewController btnThemeParallaxClick:]: unrecognized selector sent to instance 0x7d1921e0
at ObjCRuntime.Runtime.ThrowNSException (IntPtr ns_exception) [0x00000] in <filename unknown>:0
at ObjCRuntime.Runtime.throw_ns_exception (IntPtr exc) [0x00000] in <filename unknown>:0
at (wrapper native-to-managed) ObjCRuntime.Runtime:throw_ns_exception (intptr)
at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) [0x00000] in <filename unknown>:0
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00000] in <filename unknown>:0
at ######.Application.Main (System.String[] args) [0x00000] in <filename unknown>:0
NSInvalidArgumentException: -[IntroductionScreenViewController btnThemeParallaxClick:]: unrecognized selector sent to instance 0x7d1921e0
0 CoreFoundation 0x0772cdf6 __exceptionPreprocess + 182
1 libobjc.A.dylib 0x073b6a97 objc_exception_throw + 44
2 CoreFoundation 0x07734a75 -[NSObject(NSObject) doesNotRecognizeSelector:] + 277
3 CoreFoundation 0x0767d9c7 ___forwarding___ + 1047
4 CoreFoundation 0x0767d58e _CF_forwarding_prep_0 + 14
5 libobjc.A.dylib 0x073cc7cd -[NSObject performSelector:withObject:withObject:] + 84
6 UIKit 0x0237c79d -[UIApplication sendAction:to:from:forEvent:] + 99
7 UIKit 0x0237c72f -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 64
8 UIKit 0x024afa16 -[UIControl sendAction:to:forEvent:] + 69
9 UIKit 0x024afe33 -[UIControl _sendActionsForEvents:withEvent:] + 598
10 UIKit 0x024af09d -[UIControl touchesEnded:withEvent:] + 660
11 UIKit 0x027b3257 _UIGestureRecognizerUpdate + 13225
12 UIKit 0x023cc71b -[UIWindow _sendGesturesForEvent:] + 1356
13 UIKit 0x023cd57f -[UIWindow sendEvent:] + 769
14 UIKit 0x02392aa9 -[UIApplication sendEvent:] + 242
15 UIKit 0x023a28de _UIApplicationHandleEventFromQueueEvent + 20690
16 UIKit 0x02377079 _UIApplicationHandleEventQueue + 2206
17 CoreFoundation 0x076507bf __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
18 CoreFoundation 0x076462cd __CFRunLoopDoSources0 + 253
19 CoreFoundation 0x07645828 __CFRunLoopRun + 952
20 CoreFoundation 0x076451ab CFRunLoopRunSpecific + 443
21 CoreFoundation 0x07644fdb CFRunLoopRunInMode + 123
22 GraphicsServices 0x0893424f GSEventRunModal + 192
23 GraphicsServices 0x0893408c GSEventRun + 104
24 UIKit 0x0237ae16 UIApplicationMain + 1526
25 ??? 0x143debd0 0x0 + 339602384
26 ??? 0x143deabc 0x0 + 339602108
27 ??? 0x143dd8b8 0x0 + 339597496
28 ??? 0x143dd658 0x0 + 339596888
29 ??? 0x143dd807 0x0 + 339597319
30 AppName 0x002c33a5 mono_jit_runtime_invoke + 725
31 AppName 0x0035a5ff mono_runtime_invoke + 127
32 AppName 0x0035f441 mono_runtime_exec_main + 401
33 AppName 0x0035f1f1 mono_runtime_run_main + 721
34 AppName 0x0022798d mono_jit_exec + 93
35 AppName 0x004109e7 xamarin_main + 2071
36 AppName 0x000f4c75 main + 117
37 libdyld.dylib 0x07bf1ac9 start + 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment