简体   繁体   中英

How to upgrade iPad simulator to iPad(Retina) simulator?

我正在使用XCode 3.2.5,并且想在iPad(Retina)模拟器上运行我的应用程序,该怎么做。

You need to install 4.3.1 . It's in the Mac App Store. From the simulator, use the hardware menu and select what you want.

UPDATE: 4.3.1 with iOS SDK 5.1 it appears

There is a way to install the iOS 5.1 SDK to xcode 4.2, which works with Snow Leopard, and you can also include iOS 5.1 for the simulator.

Here are the steps on how to do it: http://www.iphonedevsdk.com/forum/iphone-sdk-development/100229-snow-leopard-sdk-5-1-a.html

It is working on my application currently in development but I haven't subitted it to the app store yet.

Follow these steps to add a (new) simulator

  1. Click on Simulator icon and open simulator list.
  2. At the end of list, there is an option to add new simulator " Add Additional Simulator ". That will open 'Device & Simulator' window.
  3. Switch to 'Simulator' tab.
  4. There are three field in simulator tab.
  5. Click on '+' icon, on left bottom corner of window.
  6. Simulator Name: Enter simulator name here
  7. Device Type: Select iPad from this dropdown list
  8. OS Version: Select OS version from this dropdown list
  9. Click on 'Create'

A new simulator will be added in your Simulator option list.

Look at this snapshot to understand flow of above steps: 在此处输入图片说明

And if there is no simulator/OS version in simulator list, you're looking for,

  1. Click on Simulator icon and open simulator list.
  2. At the end of list, there is an option to add new simulator " Download Simulator ". That will open 'Component' window (from Xcode >> Preferences).
  3. Select/click simulator from list, which you need to download.

Look at this snapshot: 在此处输入图片说明

我猜想此功能仅在xcode 4.3.1中可用。

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