Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode 5 : can i still create application for ios 5?

Is it possible to create an application that could be executed on iOS 5 devices with the new Xcode 5? On the software update page, within the app store, there is an Xcode 5 update available, but i am wondering if it would be a wise thing to do to update to Xcode 5.

My major concern is whether i could still create applications targeting iOS 5, and if i could still work on old projects targeting iOS 5.

I have searched through SO but seems there is not much related resources yet. Please shed some light on this. Thanks!

like image 703
zelda Avatar asked Oct 18 '13 08:10

zelda


People also ask

Can I run iOS apps in Xcode?

Xcode supports debugging, testing, and profiling your iOS app natively on a Mac with Apple silicon. When you open your iOS project in Xcode 12 or later, you have the option to build your app and run it directly in macOS. This option doesn't run your app in a Simulator; it runs it as an iOS App on Mac.

Can I develop my own iOS app?

Before creating an iOS app, you will need the proper tools. In app building, the tool you need is called Xcode. You can download it directly to your computer from the App Store. Once it's downloaded, you will use it to build your user interface and for writing code to respond to user interaction.

What software do I need to build an iOS app?

Developer RequirementsXcode is Apple's IDE (Integrated Development Environment) for both Mac and iOS apps. Xcode is the graphical interface you'll use to write iOS apps. Xcode includes the iOS SDK, tools, compilers, and frameworks you need specifically to design, develop, write code, and debug an app for iOS.

What is the latest version of Xcode?

Xcode is Apple's integrated development environment (IDE) for macOS, used to develop software for macOS, iOS, iPadOS, watchOS, and tvOS. It was initially released in late 2003; the latest stable release is version 14.0.1, released on September 26, 2022, via the Mac App Store with macOS Monterey.


2 Answers

in xcode5 Preference you can download the simulator for iOS 5.0, iOS 5.1, iOS 6.0, iOS 6.1 like below image from Xcode Download preference:

enter image description here

After set Deployment Target:-

enter image description here

here you getting option for testing which simulatore:-

enter image description here

like image 169
Nitin Gohel Avatar answered Oct 05 '22 23:10

Nitin Gohel


One thing of note:

The iOS 5 simulator is only available for download if you're running Xcode 5 under Mountain Lion. If you're running Mavericks then you can't download or use it.

like image 38
Jay Versluis Avatar answered Oct 06 '22 01:10

Jay Versluis