You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce.
Create Xamarin iOS project
Add MVVMCross (not sure if this is connected to the issue)
Added
FlurryAgent.SetCrashReportingEnabled(true);
FlurryAgent.SetSessionContinueSeconds(30);
FlurryAgent.SetShowErrorInLogEnabled (true);
FlurryAgent.StartSession("Api Key Here");
Start debugging. Xamarin studio stops debugging with an error that the debugger lost connectivity.
Remove the set crash reporting line and relaunch. Xamarin is able to debug app.
Eg Error messages in app output:
2015-07-21 14:44:09.692 MyApp.iOS[49431:6165934] 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
The text was updated successfully, but these errors were encountered:
Steps to reproduce.
Create Xamarin iOS project
Add MVVMCross (not sure if this is connected to the issue)
Added
FlurryAgent.SetCrashReportingEnabled(true);
FlurryAgent.SetSessionContinueSeconds(30);
FlurryAgent.SetShowErrorInLogEnabled (true);
FlurryAgent.StartSession("Api Key Here");
Start debugging. Xamarin studio stops debugging with an error that the debugger lost connectivity.
Remove the set crash reporting line and relaunch. Xamarin is able to debug app.
Eg Error messages in app output:
2015-07-21 14:44:09.692 MyApp.iOS[49431:6165934] 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
The text was updated successfully, but these errors were encountered: