run app using xcode 4.6 in ios 4.3 simulator

后端 未结 3 376
夕颜
夕颜 2020-12-12 04:28

I am actually trying to run my application in 4.3 simulator from xCode 4.6. I copy the sdk for simulator 4.3 at the path, it builds successfully but cant run the application

3条回答
  •  隐瞒了意图╮
    2020-12-12 04:57

    1. Go to Xcode -> Preferences -> Downloads -> Components
    2. There you can see the list of simulators (v4.3 also there). Click on install against the simulator that you want to install.
    3. After Installation, restart Xcode
    4. Go to the project info and set your build target to iOS Version 4.3

    Now the simulator version 4.3 will be listed in your schema selector.

    Cheers :)

    Note: If you are using Mac 10.8, you cannot have 4.3 simulator

提交回复
热议问题