Wednesday, December 14, 2022

Xcode 14.2

Apple (download, command-line tools, additional tools):

Xcode 14.2 includes Swift 5.7 and SDKs for iOS 16.2, iPadOS 16.2, tvOS 16.1, watchOS 9.1, and macOS Ventura 13.1. The Xcode 14.2 release supports on-device debugging in iOS 11 and later, tvOS 11 and later, and watchOS 4 and later. Xcode 14.2 requires a Mac running macOS Monterey 12.5 or later.

I don’t see anything about it in the release notes, but fingers crossed this fixes the bug I’ve been seeing where changes to some source files don’t get compiled into the final binary unless I do a clean build. I keep seeing “impossible” behavior only to realize that it’s because old code is running.

Daniel Kennett:

I had a quick spelunk and there’s a user defaults key that looks promising for turning off these adverts Apple has put into Xcode 🤞

defaults write com.apple.dt.Xcode XcodeCloudUpsellPromptEnabled -bool false

Previously:

2 Comments RSS · Twitter

That's a brutally-named boolean preference ...

Wait seriously? There's freaking adverts now???

(I very rarely use Xcode)

Leave a Comment