Use Xcode 10.1 with Swift 5 - xcode

As I understand, working with Swift 5 requires Xcode 10.2, so I should upgrade my Xcode. But I am using hackintosh macOS 10.13.6 , the upgrade is very troublesome,because xcode10.2 requires macOS 10.14. so I want to stay with Xcode 10.1.
How can I achieve that?

1.Download and Install the Swift 5.0 Development Branch Toolchain.
2.Create Your Project or Target in Xcode 10.1
3.Go to the Top Menu and Select Xcode…Toolchains… Swift 5.0 Snapshot…
Xcode Toolchain Menu Item

Related

SDK Version Issue.This app was built with the iOS 14.5 SDK

ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS 14.5 SDK. All iOS apps submitted to the App Store must be built with the iOS 15 SDK or later, included in Xcode 13 or later.
My current version is macOs Big Sur version(11.4)
and my xcode version(12.5.1)
You need XCode 13 to use iOS 15 SDK. Simply update your XCode and MacOS (if necessary), then build the app again.
After updating XCode, your iOS SDK will be automatically updated.
Instruction for Older macOS:
Use this patch and upgrade your macOS https://github.com/Ben216k/Patched-Sur
After the upgrade, you can install XCode 13 on your older mac.
Here you can see all the supported mac lists: https://bensova.gitbook.io/big-sur/supported-macs
Below are steps I followed to solve the same issue in the same context:
Upgrade macOs Big Sur -> macOs Monterey v12.4
Update Xcode 12.x -> Xcode 13.x or later
Note: Upgrade could take some minutes. Hence, be patient

Do I need to install Yosemite in order to build a Swift iOS app?

I would like to try building a swift app, but I am afraid to upgrade my Mac to Yosemite Developer Preview. I am not clear if this is a prerequisite.
Just to get the official source in here, the Xcode 6 Beta 1 Release Notes state:
Xcode 6 Beta requires a Mac running OS X version 10.9.3 (or later) or 10.10.
And Xcode 6 comes bundled with Swift.
It's not a prerequisite. You can install the XCode 6 beta which includes swift support as long as you have the newest version of Mavericks (10.9.3)
No. I am using Mavericks (10.9.3), and Xcode6 beta is working well, and built program is also working well.

How to run Xcode 4.3 or Xcode 3 in OS X 10.8 (Mountain Lion)

Because iOS7 needs Xcode 5, and Xcode 5 must run under OS X 10.8, if I update the OS from 10.7 to 10.8, this makes the old Xcode 4.3.3 not work.
Because an old project needs support ARMv6 arch, I still need Xcode 4.3.3 to maintain the app.
How can I have both Xcode 4 and Xcode 5?
Can Xcode 4.6/Xcode 5 can support ARMv6 arch?
Looks like Xcode 4.3 is not supported on 10.8. However, 4.4.1 (includes iOS 5.1 SDK) and 4.6.3 (includes iOS 6.1 sdk) are. Go Apple's developer download site and search for which ever newer version of Xcode 4 that works for you.
According to Wikipedia Xcode 4.4.1 was the last to support armv6.

Xcode 3 and iOS 6

A newbie question. I have Xcode 3.2.6 and my ipad is iOS 6.0. It seems this version of Xcode doesn't support the iOS version. What version do I need to upgrade my Xcode to so that I can test apps on devices running iOS 6.
And, my second question do I have to download the .dmg to upgrade Xcode. Currently I am running snow leopard 10.6.8.
For iOS 6 you will need Xcode 4.5 and at least Lion (10.7)
You need OS X Lion 10.7.4 or later to install the latest version of Xcode from the AppStore. Then you will be able to build apps to your device with iOS 6.0.

iOS Lion - Monotouch and Simulator 4.3

I have the following configuration on Mac OS X 10.7.4:
MonoDevelop 3.0.3.2
Mono 2.10.9
Xcode 4.3.3
Monotouch 5.2.12
I'd like to test my app developed in Monotouch, on iOS 4.3, because on iOS 5.0 works fine. To do that i've tried to install simulator 4.3 in Xcode but when i open Monotouch there is just Simulator 5.0.
I read some information on google and obviously, it advised to install SDK 4.3 but there is no version with this SDK for iOS Lion (the only one on Apple developers website is for Snow Leopard).
I would be interested to know how to install the simulator on my computer.
It's a bit hidden but you can still download of Xcode releases from: https://developer.apple.com/downloads/index.action
Downloading Xcode 4.0 should give you the final SDK for iOS 4.3.
You can install 4.2 and 4.3 (.app) side-to-side on Lion (I have them). This should also work for 4.0 and 4.3 since they (like 4.2) ends up in different directories.
Note that you'll need to tell MonoDevelop to switch Apple SDK location (and restart MD).
The solution that worked for me was to install it through Xcode.
XCode > Preferences > Downloads
You should see installs available here. Click the Install button to get it.

Resources