Skip to content

Instantly share code, notes, and snippets.

@Udham1
Created October 8, 2014 11:07
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/8acd243c5917aae50589 to your computer and use it in GitHub Desktop.
Save Udham1/8acd243c5917aae50589 to your computer and use it in GitHub Desktop.
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Starting iPhone 4s
Launching application
Application launched. PID = 1476
Press enter to terminate the application
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/B9F4D7D3-1A71-4487-9262-0F10EEE492FD/data/Containers/Bundle/Application/ADA8B790-AD92-4489-9760-62F8F43C3B25/TestApp23676.app/.monotouch-32/Xamarin.iOS.dll
Thread started: #2
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/B9F4D7D3-1A71-4487-9262-0F10EEE492FD/data/Containers/Bundle/Application/ADA8B790-AD92-4489-9760-62F8F43C3B25/TestApp23676.app/.monotouch-32/TestApp23676.exe
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/B9F4D7D3-1A71-4487-9262-0F10EEE492FD/data/Containers/Bundle/Application/ADA8B790-AD92-4489-9760-62F8F43C3B25/TestApp23676.app/.monotouch-32/System.dll
Resolved pending breakpoint at '/Users/xamarin76/Projects/TestApp23676/TestApp23676/TestApp23676ViewController.cs:26,1' to void TestApp23676.TestApp23676ViewController.ViewDidLoad () [0x00000].
2014-10-08 16:32:12.585 TestApp23676[1476:42807] Unhandled managed exception: Nullable object must have a value. (System.InvalidOperationException)
at System.Nullable`1[System.Int32].get_Value () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Nullable.cs:105
at TestApp23676.TestApp23676ViewController.ViewDidLoad () [0x0001b] in /Users/xamarin76/Projects/TestApp23676/TestApp23676/TestApp23676ViewController.cs:32
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 TestApp23676.Application.Main (System.String[] args) [0x00008] in /Users/xamarin76/Projects/TestApp23676/TestApp23676/Main.cs:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment