Skip to content

Instantly share code, notes, and snippets.

@Udham1
Created December 19, 2014 14:58
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/b0ce4bbee2e8043fe24a to your computer and use it in GitHub Desktop.
Save Udham1/b0ce4bbee2e8043fe24a 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 = 1073
Press enter to terminate the application
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/21D0E4E8-89FE-4A2C-9575-FD150E41868F/data/Containers/Bundle/Application/211F4157-4941-40A6-8F38-F59ACDE970CA/pinvoke.app/Xamarin.iOS.dll
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/21D0E4E8-89FE-4A2C-9575-FD150E41868F/data/Containers/Bundle/Application/211F4157-4941-40A6-8F38-F59ACDE970CA/pinvoke.app/System.dll
Thread started: #2
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/21D0E4E8-89FE-4A2C-9575-FD150E41868F/data/Containers/Bundle/Application/211F4157-4941-40A6-8F38-F59ACDE970CA/pinvoke.app/pinvoke.exe
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/21D0E4E8-89FE-4A2C-9575-FD150E41868F/data/Containers/Bundle/Application/211F4157-4941-40A6-8F38-F59ACDE970CA/pinvoke.app/System.Xml.dll
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/21D0E4E8-89FE-4A2C-9575-FD150E41868F/data/Containers/Bundle/Application/211F4157-4941-40A6-8F38-F59ACDE970CA/pinvoke.app/System.Core.dll
Loaded assembly: /Users/xamarin76/Library/Developer/CoreSimulator/Devices/21D0E4E8-89FE-4A2C-9575-FD150E41868F/data/Containers/Bundle/Application/211F4157-4941-40A6-8F38-F59ACDE970CA/pinvoke.app/Mono.Dynamic.Interpreter.dll
2014-12-19 20:27:30.960 pinvoke[1073:52436] Unhandled managed exception: test (System.EntryPointNotFoundException)
at (wrapper managed-to-native) pinvoke.AppDelegate:test (int,int)
at pinvoke.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x00003] in /Users/xamarin76/Downloads/pinvoke/pinvoke/AppDelegate.cs:31
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 pinvoke.Application.Main (System.String[] args) [0x00008] in /Users/xamarin76/Downloads/pinvoke/pinvoke/Main.cs:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment