Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created October 8, 2014 07:27
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 saurabh360/a8d8cf17abe2f596f0eb to your computer and use it in GitHub Desktop.
Save saurabh360/a8d8cf17abe2f596f0eb to your computer and use it in GitHub Desktop.
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Process exited with code 1, command:
xcrun -sdk macosx otool -L /Users/360_macmini/Downloads/Sales Hub Login for Xamarin/Sample/bin/iPhoneSimulator/Debug/SalesHub.app/SalesHub
error: /Applications/Xcode601.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool: can't open file: /Users/360_macmini/Downloads/Sales (No such file or directory)
error: /Applications/Xcode601.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool: can't open file: Hub (No such file or directory)
error: /Applications/Xcode601.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool: can't open file: Login (No such file or directory)
error: /Applications/Xcode601.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool: can't open file: for (No such file or directory)
error: /Applications/Xcode601.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool: can't open file: Xamarin/Sample/bin/iPhoneSimulator/Debug/SalesHub.app/SalesHub (No such file or directory)
Starting iPad 2
Launching application
Application launched. PID = 8516
Press enter to terminate the application
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.2.0.197/lib/mono/2.1/monotouch.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.2.0.197/lib/mono/2.1/System.Core.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.2.0.197/lib/mono/2.1/System.dll [External]
Thread started: #2
Loaded assembly: /Users/360_macmini/Downloads/Sales Hub Login for Xamarin/Sample/bin/iPhoneSimulator/Debug/SalesHub.exe
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.2.0.197/lib/mono/2.1/System.Net.Http.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.2.0.197/lib/mono/2.1/System.Xml.dll [External]
Loaded assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/8.2.0.197/lib/mono/2.1/Mono.Dynamic.Interpreter.dll [External]
2014-10-08 12:35:34.368 SalesHub[8516:260295] OnActivated
2014-10-08 12:35:34.380 SalesHub[8516:260295] Global Cookies Count:
Thread started: #3
2014-10-08 12:35:40.876 SalesHub[8516:260295] Trying to start MapKit location updates without prompting for location authorization. Must call -[CLLocationManager requestWhenInUseAuthorization] or -[CLLocationManager requestAlwaysAuthorization] first.
Thread finished: #3
2014-10-08 12:35:47.341 SalesHub[8516:260295] OnResignActivation
2014-10-08 12:35:48.418 SalesHub[8516:260295] OnActivated
2014-10-08 12:35:48.420 SalesHub[8516:260295] Global Cookies Count:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment