MarcZero
MarcZero

Reputation: 339

getting Xcode to build my iPhone app on the iPhone Simulator after setting up my physical iPod to test with?

I am new to developing apps for the iPhone. I just went through the entire process the other day of properly setting up my developer account to allow me to test my programs on my physical iPod. Once I set it up though, I was not able to figure out how to get the iPhone Simulator working again. I would like to test my programs quickly with the simulator and then test major revisions periodically on the physical device. How can I adjust the target of the compiled program to test? Any insight would be appreciated. Thank you for your time.

Upvotes: 1

Views: 354

Answers (1)

James
James

Reputation: 5820

Change the active SDK to "Simulator"

Project -> Active SDK -> iPhone Simulator 3.1.2

Upvotes: 2

Related Questions