简体   繁体   中英

No iPad simulator in Xcode 3.2 beta 5

I installed Xcode 3.2 beta 5 and I could not find iPad Simulator. Where do I find it?

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

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

Go to spotlight and search iOS Simulator. You run that and up pops an iPhone simulator, go to Hardware > Device and change it to an iPad

The iOS Simulator is in Mac HD > Developer > Platforms > iPhoneSimulator.platform > Developer > Applications > (here)

Nicely squirrelled away

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

When running, go to the dock, right click on the icon and select "options".

In the "Options" menu is "Reveal in Finder", which will show you where the simulator currently lives.

Also be aware that the iPhone and iPad simulator are the same application, in the menu for the iPhone Simulator (the actual name of the app) you can select which device you want to simulate (though XCode will automatically switch this for you when you run in debug).

Perhaps this pertains,

From Xcode release notes found under the download selection:

Known Issues in Xcode 5 developer preview Simulator There is no iPad simulator support in this seed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM