Re: Xcode 14 minimum deployment target

2022-10-28 Thread Christopher Snowhill via Cocoa-dev
> On Oct 28, 2022, at 9:29 AM, Markus Spoettl via Cocoa-dev > wrote: > > On 10/28/22 1:40 PM, Mark Allan via Cocoa-dev wrote: >> I've held off upgrading for the same reason. I wonder if it's something to >> do with a >> semantic difference between "is no longer supported" and "is no longer

Re: Xcode 14 minimum deployment target

2022-10-28 Thread Markus Spoettl via Cocoa-dev
On 10/28/22 1:40 PM, Mark Allan via Cocoa-dev wrote: I've held off upgrading for the same reason. I wonder if it's something to do with a semantic difference between "is no longer supported" and "is no longer possible". Maybe what they really mean is "if it appears to work, great, but we can't

Re: Xcode 14 minimum deployment target

2022-10-28 Thread Mark Allan via Cocoa-dev
I've held off upgrading for the same reason. I wonder if it's something to do with a semantic difference between "is no longer supported" and "is no longer possible". Maybe what they really mean is "if it appears to work, great, but we can't guarantee it, and if it fails spectacularly, you're

Re: Xcode 14 minimum deployment target

2022-10-28 Thread Eyal Redler via Cocoa-dev
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-release-notes Yet I'm am able

Re: Xcode 14 minimum deployment target

2022-10-28 Thread Saagar Jha via Cocoa-dev
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 > 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

Xcode 14 minimum deployment target

2022-10-28 Thread Eyal Redler via Cocoa-dev
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