Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created March 20, 2014 08:11
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 saurabh360/21cec5afa3d261cf3693 to your computer and use it in GitHub Desktop.
Save saurabh360/21cec5afa3d261cf3693 to your computer and use it in GitHub Desktop.
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Starting iPad simulator 6.1
Launching application
Application launched. PID = 4571
Loaded assembly: /Users/imac/Library/Application Support/iPhone Simulator/6.1/Applications/9DF38668-9112-43F5-B107-8C79BAF6E12E/CustomCollectionViewLayoutAttributes.app/monotouch.dll [External]
Thread started: #2
Loaded assembly: /Users/imac/Library/Application Support/iPhone Simulator/6.1/Applications/9DF38668-9112-43F5-B107-8C79BAF6E12E/CustomCollectionViewLayoutAttributes.app/SimpleCollectionView.exe
mono-rt: Stacktrace:
mono-rt: at <unknown> <0xffffffff>
mono-rt: at (wrapper managed-to-native) MonoTouch.ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (intptr,intptr,intptr) <IL 0x00025, 0xffffffff>
mono-rt: at MonoTouch.UIKit.UICollectionView.DeleteItems (MonoTouch.Foundation.NSIndexPath[]) [0x00020] in /Developer/MonoTouch/Source/monotouch/src/build/compat/UIKit/.pmcs-compat.UICollectionView.g.cs:218
mono-rt: at SimpleCollectionView.SimpleCollectionViewController.Tapped () [0x00055] in /Users/imac/Desktop/19 march 2014/monotouch-samples-master/CustomCollectionViewLayoutAttributes/SimpleCollectionViewController.cs:42
mono-rt: at MonoTouch.UIKit.UIGestureRecognizer/ParameterlessDispatch.Activated () [0x00000] in /Developer/MonoTouch/Source/monotouch/src/UIKit/.pmcs-compat.UIGestureRecognizer.cs:58
mono-rt: at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <IL 0x0004e, 0xffffffff>
mono-rt: at <unknown> <0xffffffff>
mono-rt: at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication.UIApplicationMain (int,string[],intptr,intptr) <IL 0x0009f, 0xffffffff>
mono-rt: at MonoTouch.UIKit.UIApplication.Main (string[],string,string) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/.pmcs-compat.UIApplication.cs:38
mono-rt: at SimpleCollectionView.AppDelegate.Main (string[]) [0x00008] in /Users/imac/Desktop/19 march 2014/monotouch-samples-master/CustomCollectionViewLayoutAttributes/AppDelegate.cs:33
mono-rt: at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <IL 0x00050, 0xffffffff>
mono-rt:
Native stacktrace:
mono-rt:
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment