Xcode 4.6 and iOS 7.0.2 connecting issue? - xcode

When I am connecting my iPAD with iOS 7.0.2 with Xcode 4.6. It is showing iOS device not my device name.Is there an issue between Xcode 4.6 and iOS 7.0.2?

Yes. If you are using devices with iOS 7, you should be using Xcode 5.

The latest iOS version will always be compatible with the recent most SDK available i.e. Xcode 5.0.2 in your case for iOS7.

Related

localizable.string does not work with simulator in iOS 8

I have a major problem with the localization of my app.
Since I updated Xcode to version 6.1.1 (6A2008a) with the new simulator iOS 8.1, I found that the iOS 8.1 simulator no longer works with Localizable.string.
When I turn the stimulator with the version of iOS 7.1 my app works fine and the language changes according to the setting made on the device. Why does this problem occur on 8.1?
Thanks
As mentioned in the Xcode 6.1 release notes, this is a known bug in iOS 8.1 simulator runtime. Please try iOS 8.2 beta in Xcode 6.2 beta, which contains the fix.

What was the last (if any) Xcode shipped with iOS Simulator 3.0 and supporting iOS 4.2.1?

I currently have an iPod Touch 2G model MC, running iOS 4.2.1 which cannot be downgraded AFAIK, but I need to build an iOS 3.0 app
So, it would help to have an Xcode with both an iOS 4.2.1 compatible SDK and iOS Simulator 3.0 too
Any help is appreciated
iPhone SDK 3.2 Final with Xcode 3.2.2 for Snow Leopard (10.6.0) has iOS Simulator 3.0 built-in
Xcode 3.2.6 and iOS SDK 4.3 GM Seed for Snow Leopard (10.6.6) can be installed, then using the former DMG it could be installed iOS Simulator 3.0 with these packages:
"/Volumes/iPhone SDK/Packages/iPhoneSDK3_0.pkg"
"/Volumes/iPhone SDK/Packages/iPhoneSimulatorSDK3_0.pkg"

xCode 4.2 only show simulators of iPhone 5.0 and iPad 5.0

My Xcode 4.2 only shows show iPhone 5.0 Simulator and iPad 5.0 Simulator as seen in the picture. I already downloaded all versions os iOS in Preference/Download and have set up in the iOS Deployment Target to 3.0. Why doesn't it show all iOS simulators from 3.0 to 5.1 as in previous version of Xcode?
Support for these simulators has been dropped. Currently the only simulators Xcode is supporting is for iOS 5+ SDKs.

xcode 4.2 with ios5.1

I have Xcode version 4.2 with OS X 10.7.2, and I was trying to install our app on the new iPad, which is running iOS 5.1. The problem is Xcode doesn't recognize the iPad as a deployable device. I know this is a common issue, but please read it all.
I get this in the organizer: (after push the "use for development")
The version of iOS on “iPad” 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 iPad
5.1 (9B176)
Xcode Supported iOS Versions
Latest
5.0 (9A334)
4.3
4.2
Now I know that in order to connect the iOS 5.1 device to Xcode I need the latest release of Xcode, but I can connect another iPhone with iOS 5.1 to the same Xcode and deploy an app to it.
Why is that?
The only different between them is that this iPhone was previously connected to Xcode, and the iPad was not. I did manage to install an app to iPhone with iOS 5.1!
What is happening here? I don't want to install the new Xcode for nothing if I can install to 5.1.
Thanks.
Xcode will not let you build to an iOS version higher than it supports, and in this case with Xcode 4.2, you will not be able to deploy to iOS 5.1. I recommend updating to OS X Lion 10.7.3 and downloading the 4.3.2 version of Xcode. Do this any you will be able to deploy to your 5.1 device without any problems. In addition to this, the second device should not be able to receive builds from Xcode. Please check and see if the device in question is in fact running iOS 5.0.1 and not 5.1 as 5.1 will not work on Xcode 4.2 and 5.0.1 will.

where do all iphone simulator disappear to?

I used to have all the simulator from 2.0 to 3.x then when I upgrade the Xcode to get the iphone 4 sdk, all the simulators disappeared except for iphone ipad 4 versions.
so in xcode 4 with snow leopard, I had ipad 3.2 and iphone 4.0 - 4.3, ipad 4.0 - 4.3.
now I got the new macbook air with lion, had to install the xcode 4.2 for lion, loaded up the same project, and only simulator I have is iphone 4.3 and ipad 4.3.
what is going on here? How do I get all my simulator back? ipad 3.2 and iphone 4.0 - 4.3, ipad 4.0 - 4.3.
My project is same as before and set to ios 3.0 target.
thanks for any help in advance
I don't know why but the old simulators are uninstalled, but you can go to xCode > Preferences ... > Downloads (tab) and select the simulators that you want download.
I'd suggest by re-installing XCode 4.2 or running a Software Update.
Xcode 4.2 includes:
iPhone 4.0 Simulator
iPhone 4.1 Simulator
iPhone 4.1 Simulator
iPhone 4.2 Simulator
iPad 4.2 Simulator
iPhone 4.3 Simulator
iPad 4.3 Simulator
iPhone 5.0 Simulator
iPad 5.0 Simulator

Resources