#Xcode 26.0 Beta 2 is out!
The SDKs in #Xcode 26.0 Beta 2 (build 17A5241o, requires macOS 15.4+) are:
macOS 26.0 (25A5295e)
iOS 26.0 (23A5276f)
watchOS 26.0 (23R5296f)
tvOS 26.0 (23J5295f)
visionOS 26.0 (23M5279g)
Clang 17.0.0 (1700.3.10.950)
Swift 6.2 (6.2.0.10.950)
The https://xcodereleases.com website, API, and RSS feed have been updated with the latest information.
Illuminating read: @peterfriese's "Reverse-Engineering #Xcode's Coding Intelligence prompt: A look under the hood"
https://peterfriese.dev/blog/2025/reveng-xcode-coding-intelligence/
Illuminating read: @peterfriese.dev's "Reverse-Engineering #Xcode's Coding Intelligence prompt: A look under the hood"
peterfriese.dev/blog/2025/re...
#WWDC25 #Xcode26 #macOS26 #iOS26 #LLM
Reverse-Engineering Xcode’s Co...
If you want to check for iOS 26 (via xcode 16) `#available(iOS 26, *)` does not work `#available(iOS 19, *)` does work. #fail #iosdev #xcode #indiedev #ios26 #ios19 #xcode16 #lol
Es ist immer wieder „eine Freude“:
- Maui 8: kein Support mehr seit Mai.
- Maui 9 / .net9 seit Oktober letztes Jahr überhaupt mal „Release“
- Kompilieren mit net9 für iOS?
- braucht XCode 16.4+ (bisher 16.2 installiert)
- XCode 16.4 will mind macOS 15 (bisher 14 installiert)
Alter! Ich mecker nie wieder über Entwicklung für Microsoft Windows! #macos #dotnetMaui #xcode #developer
Super fun, my work Apple Developer account was locked and disabled. Apple Support’s suggestion? Make a new work email and get re-added to your project.
Why did it happen? Why was the request to unlock the account denied? Why was it disabled? No one is quite sure. Just that it doesn’t mean any loss of time as I now need to convince my org to give me a new email address or alias.
#wwdc25 #Xcode #AI #LLM #FoundationModels
If you want to use Xcode AI features, OR if you want to use Foundation Models AI API on iOS Simulator or macOS, looks like the only supported configuration is having Tahoe beta on the internal SSD of your Apple Silicon Mac
I sort of get why, see the thread (tl;dr: probably performance), but is there any official info from Apple about this requirement? Nothing in the few WWDC videos I saw so far
https://mastodon.social/@felix_schwarz/114670973442659374
#wwdc25 #FoundationModels #Xcode #LLM
Has anyone seen the Foundation Models actually working? Am I holding it wrong? I am not getting any responses either in the playground or app, and there is a bunch of this crap in the console when running the app.
Running Xcode 26 beta on macOS 26 beta.
Are there regional restrictions? Xcode AI chat also is “unavailable in my region”.
Liebe Folglinge,
ich suche leider noch immer nach einem neuen Job als #iOS und/oder #macOS Entwickler. Ich spreche #ObjectiveC, #Swift (auch Server-Side) und #SwiftUI und nutze die ganzen Tools drumherum (#Xcode, #Git, #GitHub, #GitHubActions, #ShellScripting etc.). Ich bringe 30 Jahre Berufserfahrung als Software-Entwickler mit, davon knapp 20 im #Apple Ökosystem.
Am Idealsten waere eine #Festanstellung zu 100% remote. Sollte es im Raum #Bregenz oder #Dornbirn etwas geben, dann auch gerne vor Ort.
Ich danke euch fuers Teilen.
LinkedIn: https://www.linkedin.com/in/phranck/
Xing: https://www.xing.com/profile/Frank_Gregor063742/
Interesting... Xcode 26 adopts the new System Settings-style for its Settings window... #WWDC25 #Xcode #macOSTahoe
#Xcode26 beta 1 is out!
The SDKs in #Xcode 26.0 beta 1 (build 17A5241e, requires macOS 15.4+) are:
macOS 26.0 (25A5279m)
iOS 26.0 (23A5260k)
watchOS 26.0 (23R5280j)
tvOS 26.0 (23J5279j)
visionOS 26.0 (23M5263k)
Clang 17.0.0 (1700.3.9.908)
Swift 6.2 (6.2.0.9.909)
The https://xcodereleases.com website, API, and RSS feed have all been updated with the latest information.
Installing beta software on my main device isn’t a mistake.
It’s a personality trait.
I've written a new book called Escape from Tutorial Hell.
The book is complete, but not fully edited, so I'm offering a pre-release deal. For US$35, you get the first two of six sections, and you'll get the complete book when it comes out late in June. Wait until then, and it will be US$50.
Read all the details at https://troz.net/post/2025/new-book:-escape-from-tutorial-hell/ where you can also access a free sample.
The following article shows how to create Xcode source editor extensions:
https://www.createwithswift.com/creating-xcode-source-editor-extensions/
Custom notarisation has become a lot easier in the last couple of years. As a reminder to my future self, here are the steps to prepare for manually notarising an app:
#Xcode #Swift #iOSDev #macOSDev
https://iamkonstantin.eu/blog/preparing-certificates-for-notarisation/
xtool: Cross-platform Xcode replacement. Build and deploy iOS apps with SwiftPM on Linux, Windows, macOS
「 xtool is a cross-platform (Linux/WSL/macOS) tool that replicates Xcode functionality with open standards.
Build a SwiftPM package into an iOS app
Sign and install iOS apps
Interact with Apple Developer Services programmatically 」
That feeling when you finally recall how to resolve that nagging #Xcode console warning that's been there for months.
Random Xcode shortcut discovery: if you're using a string catalog (e.g. Localizable.xcstrings) and you have a call to something that takes a String.LocalizationValue or LocalizedStringKey (e.g. String(localized:) or any SwiftUI component like Text() that takes a localized key argument), command-clicking on the string constant will jump you directly to the corresponding entry in the string catalog. #Xcode #SwiftUI