Skip to content

Instantly share code, notes, and snippets.

@JohnPilczak
Created September 17, 2014 15:27
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 JohnPilczak/688d8c8420f4ed7ef964 to your computer and use it in GitHub Desktop.
Save JohnPilczak/688d8c8420f4ed7ef964 to your computer and use it in GitHub Desktop.
Starting iPhone 6
Launching application
Application launched. PID = 47785
Press enter to terminate the application
Loaded assembly: /Users/johnpilczak/Library/Developer/CoreSimulator/Devices/26293580-5979-48BC-B8D7-55B1934D43A3/data/Containers/Bundle/Application/5B2FF014-EF22-4462-88B4-0A29155F8B44/AdaptivePhotos.app/Xamarin.iOS.dll [External]
Thread started: #2
Loaded assembly: /Users/johnpilczak/Library/Developer/CoreSimulator/Devices/26293580-5979-48BC-B8D7-55B1934D43A3/data/Containers/Bundle/Application/5B2FF014-EF22-4462-88B4-0A29155F8B44/AdaptivePhotos.app/AdaptivePhotos.exe
Loaded assembly: /Users/johnpilczak/Library/Developer/CoreSimulator/Devices/26293580-5979-48BC-B8D7-55B1934D43A3/data/Containers/Bundle/Application/5B2FF014-EF22-4462-88B4-0A29155F8B44/AdaptivePhotos.app/System.dll [External]
Loaded assembly: /Users/johnpilczak/Library/Developer/CoreSimulator/Devices/26293580-5979-48BC-B8D7-55B1934D43A3/data/Containers/Bundle/Application/5B2FF014-EF22-4462-88B4-0A29155F8B44/AdaptivePhotos.app/System.Core.dll [External]
2014-09-17 11:26:35.706 AdaptivePhotos[47785:17578246] Error loading /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib: dlopen(/System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib, 262): no suitable image found. Did find:
/System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib: mach-o, but not built for iOS simulator
2014-09-17 11:26:35.706 AdaptivePhotos[47785:17578246] Cannot find function pointer IOHIDLibFactory for factory 13AA9C44-6F1B-11D4-907C-0005028F18D5 in CFBundle/CFPlugIn 0x7ffadb1747a0 </System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin> (bundle, not loaded)
2014-09-17 11:26:35.707 AdaptivePhotos[47785:17578246] Error loading /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib: dlopen(/System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib, 262): no suitable image found. Did find:
/System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib: mach-o, but not built for iOS simulator
2014-09-17 11:26:35.707 AdaptivePhotos[47785:17578246] Cannot find function pointer IOHIDLibFactory for factory 13AA9C44-6F1B-11D4-907C-0005028F18D5 in CFBundle/CFPlugIn 0x7ffadb1747a0 </System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin> (bundle, not loaded)
2014-09-17 11:26:35.707 AdaptivePhotos[47785:17578246] Error loading /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib: dlopen(/System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib, 262): no suitable image found. Did find:
/System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib: mach-o, but not built for iOS simulator
2014-09-17 11:26:35.707 AdaptivePhotos[47785:17578246] Cannot find function pointer IOHIDLibFactory for factory 13AA9C44-6F1B-11D4-907C-0005028F18D5 in CFBundle/CFPlugIn 0x7ffadb1747a0 </System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin> (bundle, not loaded)
2014-09-17 11:26:35.708 AdaptivePhotos[47785:17578246] Error loading /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib: dlopen(/System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib, 262): no suitable image found. Did find:
/System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib: mach-o, but not built for iOS simulator
2014-09-17 11:26:35.708 AdaptivePhotos[47785:17578246] Cannot find function pointer IOHIDLibFactory for factory 13AA9C44-6F1B-11D4-907C-0005028F18D5 in CFBundle/CFPlugIn 0x7ffadb1747a0 </System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin> (bundle, not loaded)
Unhandled Exception:
System.ArgumentException: Item at 1 is not a number or a view
Parameter name: viewsAndMetrics
at UIKit.NSLayoutConstraint.FromVisualFormat (System.String format, NSLayoutFormatOptions formatOptions, System.Object[] viewsAndMetrics) [0x000c9] in /Developer/MonoTouch/Source/maccore/src/Foundation/NSLayoutConstraint.cs:69
at AdaptivePhotos.ProfileViewController.UpdateConstraintsForTraitCollection (UIKit.UITraitCollection collection) [0x0029a] in /Users/johnpilczak/monotouch-samples/ios8/AdaptivePhotos/AdaptivePhotos/Controller/ProfileViewController.cs:146
at AdaptivePhotos.ProfileViewController.LoadView () [0x000cf] in /Users/johnpilczak/monotouch-samples/ios8/AdaptivePhotos/AdaptivePhotos/Controller/ProfileViewController.cs:93
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 /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:62
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:46
at AdaptivePhotos.Application.Main (System.String[] args) [0x00008] in /Users/johnpilczak/monotouch-samples/ios8/AdaptivePhotos/AdaptivePhotos/Main.cs:17
2014-09-17 11:26:42.436 AdaptivePhotos[47785:17578246] Unhandled managed exception: Item at 1 is not a number or a view
Parameter name: viewsAndMetrics (System.ArgumentException)
at UIKit.NSLayoutConstraint.FromVisualFormat (System.String format, NSLayoutFormatOptions formatOptions, System.Object[] viewsAndMetrics) [0x000c9] in /Developer/MonoTouch/Source/maccore/src/Foundation/NSLayoutConstraint.cs:69
at AdaptivePhotos.ProfileViewController.UpdateConstraintsForTraitCollection (UIKit.UITraitCollection collection) [0x0029a] in /Users/johnpilczak/monotouch-samples/ios8/AdaptivePhotos/AdaptivePhotos/Controller/ProfileViewController.cs:146
at AdaptivePhotos.ProfileViewController.LoadView () [0x000cf] in /Users/johnpilczak/monotouch-samples/ios8/AdaptivePhotos/AdaptivePhotos/Controller/ProfileViewController.cs:93
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 /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:62
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:46
at AdaptivePhotos.Application.Main (System.String[] args) [0x00008] in /Users/johnpilczak/monotouch-samples/ios8/AdaptivePhotos/AdaptivePhotos/Main.cs:17
mono-rt: Stacktrace:
mono-rt:
Native stacktrace:
mono-rt: 0 AdaptivePhotos 0x000000010929874d mono_handle_native_sigsegv + 253
mono-rt: 1 libsystem_platform.dylib 0x000000011227a5aa _sigtramp + 26
mono-rt: 2 libsystem_sim_c.dylib 0x000000011202a301 suboptarg + 5937
mono-rt: 3 libsystem_sim_c.dylib 0x0000000111fdf19a abort + 129
mono-rt: 4 AdaptivePhotos 0x00000001094088d4 monotouch_unhandled_exception_handler + 228
mono-rt: 5 AdaptivePhotos 0x0000000109298ef3 mono_invoke_unhandled_exception_hook + 83
mono-rt: 6 AdaptivePhotos 0x00000001092980a2 mono_handle_exception_internal + 5906
mono-rt: 7 AdaptivePhotos 0x0000000109296988 mono_handle_exception + 24
mono-rt: 8 AdaptivePhotos 0x0000000109218719 mono_amd64_throw_exception + 169
mono-rt: 9 ??? 0x000000011d1d3144 0x0 + 4783419716
mono-rt:
=================================================================
Got a SIGABRT 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