Skip to content

Instantly share code, notes, and snippets.

@GouriKumari
Created September 24, 2015 20:39
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 GouriKumari/d3333074faaa3f59e2c4 to your computer and use it in GitHub Desktop.
Save GouriKumari/d3333074faaa3f59e2c4 to your computer and use it in GitHub Desktop.
Console Log
System.InvalidCastException: Cannot cast from source type to destination type.
at at (wrapper castclass) object:__castclass_with_cache (object,intptr,intptr)
at ObjCRuntime.Runtime.ConstructNSObject[NSError] (IntPtr ptr, System.Type type, MissingCtorResolution missingCtorResolution) [0x00000] in <filename unknown>:0
at ObjCRuntime.Runtime.GetNSObject[NSError] (IntPtr ptr) [0x00000] in <filename unknown>:0
at ObjCRuntime.Trampolines+SDActionArity1V2.Invoke (IntPtr block, IntPtr obj) [0x00019] in /Users/builder/data/lanes/2077/d8e9592a/source/maccore/src/build/ios/native/ObjCRuntime/Trampolines.g.cs:562
at at (wrapper native-to-managed) ObjCRuntime.Trampolines/SDActionArity1V2:Invoke (intptr,intptr)
at at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) [0x00005] in /Users/builder/data/lanes/2077/d8e9592a/source/maccore/src/UIKit/UIApplication.cs:74
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0001c] in /Users/builder/data/lanes/2077/d8e9592a/source/maccore/src/UIKit/UIApplication.cs:57
at ReplayKitCrash.Application.Main (System.String[] args) [0x00008] in /Users/gourikumari/Downloads/ReplayKitCrash/ReplayKitCrash/Main.cs:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment