Skip to content

Instantly share code, notes, and snippets.

@Parmendrak
Created February 26, 2015 11:51
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 Parmendrak/8a82caec1da2b1b416de to your computer and use it in GitHub Desktop.
Save Parmendrak/8a82caec1da2b1b416de to your computer and use it in GitHub Desktop.
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Starting iPad 2
Launching application
Application launched. PID = 3475
Press enter to terminate the application
>Loaded assembly: /Users/360_macmini/Library/Developer/CoreSimulator/Devices/4303EC9F-A5C4-4DDE-A5B5-8F8DBCB1FC60/data/Containers/Bundle/Application/D40F6EE1-C2B4-438B-B29C-1F3C1A0E7517/LayerBugTest.app/Xamarin.iOS.dll [External]
Loaded assembly: /Users/360_macmini/Library/Developer/CoreSimulator/Devices/4303EC9F-A5C4-4DDE-A5B5-8F8DBCB1FC60/data/Containers/Bundle/Application/D40F6EE1-C2B4-438B-B29C-1F3C1A0E7517/LayerBugTest.app/System.dll [External]
Loaded assembly: /Users/360_macmini/Library/Developer/CoreSimulator/Devices/4303EC9F-A5C4-4DDE-A5B5-8F8DBCB1FC60/data/Containers/Bundle/Application/D40F6EE1-C2B4-438B-B29C-1F3C1A0E7517/LayerBugTest.app/LayerBugTest.exe
Loaded assembly: /Users/360_macmini/Library/Developer/CoreSimulator/Devices/4303EC9F-A5C4-4DDE-A5B5-8F8DBCB1FC60/data/Containers/Bundle/Application/D40F6EE1-C2B4-438B-B29C-1F3C1A0E7517/LayerBugTest.app/System.Xml.dll [External]
Loaded assembly: /Users/360_macmini/Library/Developer/CoreSimulator/Devices/4303EC9F-A5C4-4DDE-A5B5-8F8DBCB1FC60/data/Containers/Bundle/Application/D40F6EE1-C2B4-438B-B29C-1F3C1A0E7517/LayerBugTest.app/System.Core.dll [External]
Loaded assembly: /Users/360_macmini/Library/Developer/CoreSimulator/Devices/4303EC9F-A5C4-4DDE-A5B5-8F8DBCB1FC60/data/Containers/Bundle/Application/D40F6EE1-C2B4-438B-B29C-1F3C1A0E7517/LayerBugTest.app/Mono.Dynamic.Interpreter.dll [External]
2015-02-26 17:20:04.188 LayerBugTest[3475:81353] MyInt is 42
2015-02-26 17:20:04.189 LayerBugTest[3475:81353] MyString is hello
2015-02-26 17:20:07.848 LayerBugTest[3475:81353] MyInt is 42
2015-02-26 17:20:07.849 LayerBugTest[3475:81353] MyString is hello
2015-02-26 17:20:21.325 LayerBugTest[3475:81353] LayerChild IntPtr ctor called!!!
2015-02-26 17:20:21.326 LayerBugTest[3475:81353] LayerGrandchild IntPtr ctor called!!!
2015-02-26 17:20:21.326 LayerBugTest[3475:81353] MyInt is 0
2015-02-26 17:20:21.326 LayerBugTest[3475:81353] MyString is
2015-02-26 17:20:29.436 LayerBugTest[3475:81353] MyInt is 0
2015-02-26 17:20:29.436 LayerBugTest[3475:81353] MyString is
2015-02-26 17:20:33.106 LayerBugTest[3475:81353] MyInt is 0
2015-02-26 17:20:33.106 LayerBugTest[3475:81353] MyString is
2015-02-26 17:20:34.011 LayerBugTest[3475:81353] MyInt is 0
2015-02-26 17:20:34.011 LayerBugTest[3475:81353] MyString is
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment