how to test on xcode ios 4.2.1? - iphone

I have previously downloaded xcode 3.2.5 and I see i have iphone sdk 4.2
i uploaded my app to appstore and they told me back it crashes on sdk 4.2.1
however I could not find yet a way to test it on 4.2.1 on my mac with xcode... i saw on apple site either 3.2.5 with sdk 4.2 or sdk 4.3beta how can I test then with my mac on sdk 4.2.1 please?
thanks

iOS SDK 4.2 covers 4.2.1. So you're already testing it for 4.2.1 as well as you can on your Mac. The only real way to fully test your app with "iOS 4.2.1" is on a real device.
If you read the support page for iOS 4.2 (http://support.apple.com/kb/DL1061) it seems iOS 4.2 and 4.2.1 are essentially the same, as at the bottom of the page it states:
Note: iOS 4.2.1 is the version number
displayed in the iOS user interface
and iTunes.

Related

run the app on iPhone 3GS os 6.1 using Xcode 4.3.2

I am using Xcode 4.3.2 and want to run app on iPhone 3GS but when I am opening organizer window and showing following:
The version of iOS on “iPhone” does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK; which is available here.
OS Installed on iPhone
6.1 (10B141)
Xcode Supported iOS Versions
Latest
5.1 (9B176)
5.0
4.3
4.2
please suggest me .
Since downgrading the iOS version is difficult and doesn’t sound like an option for you, I think you must follow the other option:
update to the latest version of the iOS SDK
The iOS 6.1 SDK is included in Xcode 4.6.
Make your code compatible for ios 6.1
and try using xcode 4.5

Xcode doesn't show iPhone name

I have strange problem.
I made app with deployment target of iOS 6.0
I have iPhone 4s with iOS 6.1 with XCode 4.5 installed on my Mac. XCode doesn't see my device. It says "iOS Device" not "krunal's iPhone" as usual.
(I am sure that device is connected because I see it in iTunes.) XCode denies to start my application on device. It says:
"The version of iOS on “krunal’s iPhone” is not supported by this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK"
Please help..
Upgrade to Xcode 4.6, which includes support for iOS 6.1.
Goto Organizer and Select your device and mark your device for development, this should do it.

Testing on jailbroken brand-new iOS device - using Xcode?

OK. So, here's some details on my situation :
I've got a brand-new iPhone 4.
The iOS version has been updated to 5.1.1 (9B206).
The phone has been jailbroken using redsn0w.
I'm running Lion (10.7.4) and Xcode 4.3.
Now, my issue :
I'm creating a sample test app, which runs fine under the simulator.
Followed everything here, but without any result.
Also tried enabling my device via Organizer ("Use as development device").
When I click on "Use as development device", it keeps saying...
The version of iOS on “Dr.Kameleon’s iPhone” does not match any of the
versions of iOS supported for development with this installation of
the iOS SDK. Please restore the device to a version of the OS listed
below, or update to the latest version of the iOS SDK; which is
available here.
OS Installed on Dr.Kameleon’s iPhone
5.1.1 (9B206)
Xcode Supported iOS Versions Latest
5.0 (9A334)
4.3
4.2
While, when I try running on my "iOS device" (that's how it appears), it claims there's no device with a proper iOS version.
No provisioned iOS devices are available with a compatible iOS
version. Connect an iOS device with a recent enough version of iOS to
run your application or choose an iOS simulator as the destination.
Any ideas? What's going wrong?
Look, everyone who says you can't build directly on a jailbroken device is wrong. You can, and it's quite easy to do. If you don't have a provisioned device (and it looks like you don't), using this guide will work. I've tested it myself on Lion running Xcode 4.3 (it even works on later versions, but those are under NDA).
The real issue seems to be that, for whatever reason, you don't have the iOS 5.1 SDK - you're using the iOS 5.0 SDK. You can confirm this by looking in /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport. If you don't see any mention of 5.1, you don't have it installed. Try downloading and installing Xcode again (I believe it's 4.3.2 now), which should have the iOS 5.1 SDK bundled with it.
This error is not due to the jailbroken iPhone, its basically due to your lower version of Xcode which doesn't support the latest iOS, try upgrading your Xcode version to latest.hope it helps

iPhone: developing with IOS 4.3 on IOS5 device not possible?

I have ios5 installed on my iPhone device, I am developing an application in xcode using SDK IOS 4.3 I got the error:
The version of iOS on "John's iPhone” does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK; which is available here.
I dont want to do either of them, because I have other ongoing projects since months which I started with using IOS 4.3. So if I download IOS 5 SDK is that possible that I will mess things up with previous projects? And do I have to download all xcode 4.2 again for IOS 5?! and after all.."what the heck is going around?"
The error message is pretty clear about what your options are...
I suggest you upgrade to Xcode 4.2 and the iOS 5 SDK. That still allows you to write apps for iOS 4.x, but you get a better version of Xcode and a better compiler (LLVM 3.0) and the ability to develop on your iOS 5 device.

What's the latest version of Xcode that comes with iPhone SDK 3.2?

Reviewing the iOS Developer Downloads & ADC Program Assets, I think it's Xcode 3.2.4, but I'm not sure.
I have an XCode 3.2.6, which I strongly believe is the latest version of Xcode 3, after which, Xcode4 is your only option
Here's the link
http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20792
XCode 3.2.4 comes with iOS SDK 3.2. It gives options for iPad Simulator 3.2 but not iPhone Simulator 3.2 (only 4.0 & 4.1). It may allow you to build 3.2 on an iPhone device though. I just confirmed this by downloading & installing it. I think it's the latest, although Xcode 3.2.5 might also have iOS SDK 3.2, but I highly doubt it because How do I add the iPhone SDK 3 to the latest version of Xcode? suggests otherwise.