Re: Xcode 14 minimum deployment target
site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mellel-com.20210112.gappssmtp.com; s=20210112; h=to:references:message-id:content-transfer-encoding:cc:date :in-reply-to:from:subject:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=sJ0V7uJoGTOn41vzHYzXzywqJYNwOsc8dxcPgnjiSZM=; b=EU3yTjnWrP/v9xhO9yx8MOBdwVyrS4mGBM/YsTodz1INeHgSV/n4QeKK7nKsPoBhmx KX363aoKg1umL/pQ1zc2Vct77EtCuiIcvU9bS37yCclQVx4GlZPux9NftyKwtXmXeQF4 /DDNuKAczA7K51Y9uR4YkGk5IX4N5a7P47L95QiHA2DdGV2hHaRhbIUuSoVw2dHkbaWt enuIg2bm7cnNTLL8bT2AWxzdpxGZkdtJPDy17btekuVP134v5WH8/CuFcVNISBm5fnxT 2TToJjbP8KudguCDEwBUXwIu+cWjEiwUwmZG928wgQSm3SCV9GgRudhzSEzqintlAgeB V9WA== Could be, but I just found in the xcode 14 release notes: • Building for deployment to OS releases older than macOS 10.13, iOS 11, tvOS 11, and watchOS 4 is no longer supported. (92834476) https://developer.apple.com/documentation/xcode-release-notes/xcode-14-relea... Yet I'm am able to do just that without an issue... Eyal
On 28 Oct 2022, at 13:54, Saagar Jha <saagar@saagarjha.com> wrote:
I believe Xcode 14 has the old macOS bits (with the new iOS SDK). Try 14.1?
On Oct 28, 2022, at 03:51, Eyal Redler via Cocoa-dev <cocoa-dev@lists.apple.com> wrote:
I read somewhere (can't recall where) that xcode 14 will not support deployment target < macOS 10.13. I was bracing myself for having to somehow develop my app on two machines for a while or ditching my pre 10.13 users but after installing xcode 14 on my new M1 machine I found out that I can compile and build my app with minimum deployment target of 10.9 and could not find an issue when running it on 10.9.
I'm not sure what to make of it, did I misunderstand this, is it a fluke? Did Apple change their policy?
Eyal Redler ------------------------------------------------------------------------------------------------ "If Uri Geller bends spoons with divine powers, then he's doing it the hard way." --James Randi www.eyalredler.com
_______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/saagar%40saagarjha.com
This email sent to saagar@saagarjha.com
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Eyal Redler via Cocoa-dev