eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

228
active users

#xcode

1 post1 participant0 posts today

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 #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. 🙏🏻
:boost_ok:

LinkedIn: linkedin.com/in/phranck/
Xing: xing.com/profile/Frank_Gregor0

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 troz.net/post/2025/new-book:-e where you can also access a free sample.

🦾 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 」

github.com/xtool-org/xtool

GitHubGitHub - xtool-org/xtool: Cross-platform Xcode replacement. Build and deploy iOS apps with SwiftPM on Linux, Windows, macOS.Cross-platform Xcode replacement. Build and deploy iOS apps with SwiftPM on Linux, Windows, macOS. - xtool-org/xtool
#xtool#xcode#iosdev

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