tags:

views:

1507

answers:

4

I installed Xcode beta 5 and no iPad Simulator. Where do I find it? thnx

+7  A: 

You are looking for the program iPhone Simulator.

If not, you can test your website in Safari on iPad using the iPhone Simulator (Hardware -> Device -> iPad).

Above is from Technical Note TN2262

If you can't find it via searchlight, than try looking in /Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator

Edit: This Technical Note is publicly accessible and not under NDA.

Brandon Bodnár
Based on cde's comment to your post, My post is not a violation of the NDA, nor is OP's question.
Brandon Bodnár
Thanks for clarifying the NDA bits; several flags, but I'm satisfied that this is fine.
Marc Gravell
+2  A: 

As this stuff is covered under the NDA, no one can legally discuss it in a public forum.

You can however head to Apple's private developer forums ( https://devforums.apple.com/index.jspa ) and discuss it there.

ericgorr
Actually, No. The procedure for finding the simulator for iPad is outlined in Apple's Technical Note TN2262, which is not under NDA.
Brandon Bodnár
True, and the OP asked basically where to find the simulator. But the public tech note pertains to using the Simulator to prepare web content; the screen shots above pertain to app development, which is not in the public Tech Note and are therefore covered by the NDA.
cdespinosa
Thanks Chris for confirming my belief that this discussion is a violation of the NDA.I hope that everyone who voted my answer down can now recognize this and reverse that vote as as to prevent anyone from being confused in the future and inadvertently place their development at risk.But, perhaps, the best thing to happen is for the forum admins to simply delete this question from the archives.I will be reporting it to them now as well.
ericgorr
The post about the tech note is OK, and it's pretty much responsive to the OP's question. The Iggy post is mostly OK (while mostly useless and nonresponsive to the question), but Iggy's posting of the screen shot of the iPad SDK is probably in violation of the SDK confidentiality agreement. As said above, Apple's confidential forums are specifically set up for questions about non-public seed distribution.
cdespinosa
A: 

Try creating an iPad project and ask to launch it in the simulator.

Kendall Helmstetter Gelner
+1  A: 

After you install the SDK successfully, Run Xcode and create a new project. Select iPad for product. When you create an iPhone project for iPhone OS 3.2, you will see that every time you Build and Run it, it appears in the iPad simulator instead of the iPhone simulato


There is not much too see when you run the simulator without a project

Iggy