I would like to know how can i update my device from iOS 4.2 to 4.3 to test with it using XCode 4.5 because that version of XCode doesn't allow to test in 4.3? if it's not possible, is there any solution to test on iOS 4.3?
3 Answers
I regret to say that you cannot upgrade your device to an older firmware version like iOS 4.3 for which Apple is not providing signed shsh blobs anymore. Your only chance is to use the simulator.
For future projects, you might think of using a tool like TinyUmbrella to extract the shsh blobs for your device/iOS as long as apple is providing them (right now only for iOS6). You will then store them safely for future use.
Once Apple has ceased to sign a given iOS version, installing that version is conceptually the same as downgrading, so you might find interesting this article.

- 68,819
- 11
- 102
- 123
-
How can i use iOS 4.3 in XCode 4.5? – keep on you Oct 11 '12 at 17:26
-
Try with this post: http://stackoverflow.com/questions/12560399/how-do-i-install-the-ios-4-3-simulator-on-xcode-4-5 – sergio Oct 11 '12 at 17:29
if your iphone is jailbreaked and has backed up your ssh of iOS4.3, it will be possible.

- 1,332
- 1
- 8
- 13
Upgrading to 4.3 is going to be an issue. But if you manage to get your hands on a device on iOS 4.3 you can test on that device by creating an Ad Hoc distribution build and syncing it to the phone through iTunes or iPhone Configuration Utility. Just make sure the Deployment Target for the build is set to 4.3 or lower.

- 10,385
- 2
- 35
- 58