Good morning,
I have the latest Xamarin.iOS Alpha Build install on my Win8.1 Pro / VS2013 Pro machine and paired to my Build host (same here - latest Alpha, Build Host app saying its version is '7.0.6.167') but after pairing and attempting to debug the Tasky sample app, it says 'There is no device selected'. Which is correct.. however the dropdown list is entirely empty and when I press e.g. the 'Show iOS Simulator' button, I get an Error inside VS:
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : Exception caught.
System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
at System.Net.HttpWebRequest.GetResponse()
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_GetResult[T](String command, IDictionary`2 queryVariables)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : Xamarin.iOS encountered the following error(s):
System.Exception: Failed to change active application on server (Generic)
Server command 'ChangeActiveApplication': failed to change active application on server
Command execution task ended with exception
Exception System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
Exception details can be found in the log file
However the exact same request at the build server ends up like this in the build server log:
[18-Jan-2014 12:49:17] Command [CleanupConsoleLog: CommmandUrl=CleanupConsoleLog] finished (12)
[18-Jan-2014 12:49:18] Handling with command: [ChangeActiveApplication: CommmandUrl=ChangeActiveApplication] (12)
[18-Jan-2014 12:49:18] Attempting to acquire command execution lock, timeout set to 00:10:00
[18-Jan-2014 12:49:18] Command [ChangeActiveApplication: CommmandUrl=ChangeActiveApplication] finished (12)
[18-Jan-2014 12:49:32] ExitCode: 0
[18-Jan-2014 12:49:33] Command [StatusSdk: CommmandUrl=StatusSdk] finished (10)
Is this / non availability of devices (including Simulator) and/or remote command problem a known issue at the moment or what can I do?
Thanks! -Jörg