0
votes

I am a newbie of Titanium. I created a Titanium Alloy project, and run it in iPhone simulator. And it builds successfully:

....
[INFO] :   Finished building the application in 1s 881ms
[INFO] :   Running application in iOS Simulator
[INFO] :   Launching application in iOS Simulator
[INFO] :   Focusing the iOS Simulator
[INFO] :   Application has exited from iOS Simulator
[INFO] :   Project built successfully in 2s 645ms

But when I open iOS simulator, the application does not exist. Note: I already put the link to the correct path of iOS SDK.

Can you help me figure out, how to solve this problem?

1
"[INFO] : Application has exited from iOS Simulator" If you think you have a settings issue, create a new blank project and just build it. If it runs in your simulator, then you have a problem with your project. You'll have to start looking at it for errors. - Martin
I created a new blank project, and then build it. The iOS Simulator is still not invoked. - chipbk10

1 Answers

0
votes

Doing the following could solve your problem

1)Reset the iOS simulator

2)Delete the Old build

3)Give the project clean build

Thanks