CodeMonkey
CodeMonkey

Reputation: 104

Is there any way to use iOS 14 SDK in Xcode 11?

I would like make code changes for iOS14 but I don't want to upgrade to Xcode 12. Any work arounds can solve this problem? Thanks

Upvotes: 3

Views: 1800

Answers (1)

Akshay
Akshay

Reputation: 832

You have to download xcode 12 to support iOS14. Xcode 12 support for iOS14.

See this documentation

https://developer.apple.com/documentation/xcode-release-notes/xcode-12-beta-release-notes

Upvotes: 1

Related Questions