You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application has been successfully built by make run, but iOS simulator has not been started. Error messages is following.
[INFO] Launching application in Simulator
[INFO] Launched application in Simulator (3.03 seconds)
[DEBUG] executing command: xcodebuild -version
[DEBUG] Xcode 4.2
[DEBUG] Build version 4D199
[INFO] Found 5.0 patch installed
[DEBUG] Session could not be started: Error Domain=DTiPhoneSimulatorErrorDomain Code=2 "Simulator session timed out." UserInfo=0x1001cfe30 {NSLocalizedDescription=Simulator session timed out.}
[INFO] Application has exited from Simulator
I tried 'reset content and settings' at iOS simulator, but the result is same. Also, iOS simulator has been successfully started by running from Titanium studio.
My environment is following.
OS: 10.7.3
Titanium SDK: 1.8.2
XCode: 4.2
The text was updated successfully, but these errors were encountered:
Have you tried restarting your machine? I know that sounds basic but I really dont know what else could cause this... I dont start the simulator at all, the Ti build scripts do... the same ones studio calls
My application has been successfully built by
make run
, but iOS simulator has not been started. Error messages is following.I tried 'reset content and settings' at iOS simulator, but the result is same. Also, iOS simulator has been successfully started by running from Titanium studio.
My environment is following.
The text was updated successfully, but these errors were encountered: