Skip to content

Instantly share code, notes, and snippets.

@Udham1
Created September 30, 2014 11:29
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 Udham1/243abc7654dda1362cb4 to your computer and use it in GitHub Desktop.
Save Udham1/243abc7654dda1362cb4 to your computer and use it in GitHub Desktop.
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Please ensure your device is connected...
Connected to: iPhone 5C
Launching /private/var/mobile/Applications/C3F9000B-1C52-462A-BFB1-E59725BB974F/DynamicBug.app -monodevelop-port 10000 -connection-mode usb
Loaded assembly: /private/var/mobile/Applications/C3F9000B-1C52-462A-BFB1-E59725BB974F/DynamicBug.app/.monotouch-32/Xamarin.iOS.dll
Thread started: Finalizer #2
Loaded assembly: /private/var/mobile/Applications/C3F9000B-1C52-462A-BFB1-E59725BB974F/DynamicBug.app/.monotouch-32/System.dll
Loaded assembly: /private/var/mobile/Applications/C3F9000B-1C52-462A-BFB1-E59725BB974F/DynamicBug.app/.monotouch-32/Mono.Dynamic.Interpreter.dll
Loaded assembly: /private/var/mobile/Applications/C3F9000B-1C52-462A-BFB1-E59725BB974F/DynamicBug.app/.monotouch-32/System.Core.dll
Loaded assembly: /private/var/mobile/Applications/C3F9000B-1C52-462A-BFB1-E59725BB974F/DynamicBug.app/.monotouch-32/Mono.CSharp.dll
Loaded assembly: /private/var/mobile/Applications/C3F9000B-1C52-462A-BFB1-E59725BB974F/DynamicBug.app/.monotouch-32/Microsoft.CSharp.dll
Loaded assembly: /private/var/mobile/Applications/C3F9000B-1C52-462A-BFB1-E59725BB974F/DynamicBug.app/.monotouch-32/DynamicBug.exe
Resolved pending breakpoint at '/Users/xamarin76/Downloads/DynamicBug/DynamicBug/DynamicBugViewController.cs:26,1' to void DynamicBug.DynamicBugViewController.ViewDidLoad () [0x00000].
2014-09-30 16:58:20.522 DynamicBug[479:60b] System.ArgumentException: Object type Microsoft.CSharp.RuntimeBinder.CSharpSetMemberBinder cannot be converted to target type: System.Object[]
at System.Reflection.Binder.ConvertValue (System.Object value, System.Type type, System.Globalization.CultureInfo culture, Boolean exactMatch) [0x0005a] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/Binder.cs:95
at System.Reflection.Binder.ConvertValues (System.Object[] args, System.Reflection.ParameterInfo[] pinfo, System.Globalization.CultureInfo culture, Boolean exactMatch) [0x0004e] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/Binder.cs:81
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00014] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:209
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MethodBase.cs:114
at Microsoft.Scripting.Interpreter.MethodInfoCallInstruction.InvokeWorker (System.Object[] args) [0x00010] in ///Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.62/src/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.cs:261
at Microsoft.Scripting.Interpreter.MethodInfoCallInstruction.Invoke (System.Object[] args) [0x00000] in ///Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.62/src/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.cs:239
at Microsoft.Scripting.Interpreter.MethodInfoCallInstruction.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0003b] in ///Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.62/src/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.cs:289
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in ///Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.62/src/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
2014-09-30 16:58:26.515 DynamicBug[479:60b] Unhandled managed exception: Object type Microsoft.CSharp.RuntimeBinder.CSharpSetMemberBinder cannot be converted to target type: System.Object[] (System.ArgumentException)
at System.Reflection.Binder.ConvertValue (System.Object value, System.Type type, System.Globalization.CultureInfo culture, Boolean exactMatch) [0x0005a] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/Binder.cs:95
at System.Reflection.Binder.ConvertValues (System.Object[] args, System.Reflection.ParameterInfo[] pinfo, System.Globalization.CultureInfo culture, Boolean exactMatch) [0x0004e] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/Binder.cs:81
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00014] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:209
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Reflection/MethodBase.cs:114
at Microsoft.Scripting.Interpreter.MethodInfoCallInstruction.InvokeWorker (System.Object[] args) [0x00010] in ///Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.62/src/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.cs:261
at Microsoft.Scripting.Interpreter.MethodInfoCallInstruction.Invoke (System.Object[] args) [0x00000] in ///Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.62/src/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.cs:239
at Microsoft.Scripting.Interpreter.MethodInfoCallInstruction.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0003b] in ///Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.62/src/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Instructions/CallInstruction.cs:289
at Microsoft.Scripting.Interpreter.Interpreter.Run (Microsoft.Scripting.Interpreter.InterpretedFrame frame) [0x0001b] in ///Library/Frameworks/Xamarin.iOS.framework/Versions/8.0.0.62/src/mono/mcs/class/dlr/Runtime/Microsoft.Dynamic/Interpreter/Interpreter.cs:126
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment