iOS Simulator failed to install the application in Titanium

佐手、 提交于 2019-12-12 05:27:35

问题


I have created a Titanium ios 3.1.0 app, But now when I am trying to run it is giving me the following error.

[ERROR] :  An error occurred running the iOS Simulator

[ERROR] :  [DEBUG] Session could not be started: 
Error Domain=DTiPhoneSimulatorErrorDomain Code=1 
"SpringBoard failed to launch application with error: -3"
 UserInfo=0x7fe2b84837c0 {NSLocalizedDescription=SpringBoard failed to 
launch application    with error: -3, DTiPhoneSimulatorUnderlyingErrorCodeKey=-3}
[ERROR] :  
[ERROR] :  Project failed to build after 1m 8s 528ms

Currently it shows only black screen

I have no idea what to do next, any help would be appreciated.


回答1:


Do following and you would be good to go

1)Clean the project

2)Delete the build

3)And final and most important reset the simulator

Thanks



来源:https://stackoverflow.com/questions/22344537/ios-simulator-failed-to-install-the-application-in-titanium

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!