mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#xcode26

3 Beiträge3 Beteiligte0 Beiträge heute

Everyone's favourite Developer Technical Support @ #Apple, @justkwin, described the current situation of logging in to an Apple Account and/or issueing provisioning profiles inside a #macOS VM, and provided some options. developer.apple.com/forums/thr

It still doesn't fully work, but at least now we know what's up. That's good!

developer.apple.comBuilding macOS apps with Xcode 26 … | Apple Developer Forums

📣 #iOSDev PSA: new #Xcode26 projects default to Main Actor isolation, which can lead to errors with Sendable types ⚠️

Possible Fixes:
1: Change default isolation
2: Mark type as nonisolated
3: Ignore #SwiftConcurrency 🫣

@mattiem has a great post on default isolation: massicotte.org/default-isolati

Quite frankly, if I hadn't read your post before, I probably would've taken a lot longer to figure out why the heck the type in question was MainActor isolated to begin with - thanks Matt! 👏

Apple implemented a feature I had requested in #Xcode26. So sending feedback does actually have an effect on the decision the teams make!

So don't forget to share your feedback in the coming weeks. Bugs might get fixed right away, and feature requests shipped the next year (like mine)!

#WWDC25#iOSDev#Apple

If your project crashes in #Xcode26 upon opening, the official fix is to find the "UserInterfaceState.xcuserstate" file and delete it (as stated in the release notes).

Right-click your ".xcodeproj", choose "Show Package Contents". Do the same for "project.xcworkspace". Now delete the entire "xcuserdata" folder which contains the incompatible ".xcuserstate" file. Done! ✅

Here's a video: 👇
#WWDC25 #iOSDev "XcodeBeta

Sadly, Apple's auto complete is still not good. I got it to fail on a simple case that copilot has been nailing for months.

ChatGPT got it from a conversational aspect, and even edited a closed file when I tacked onto the same conversation.

I like that it shows an Apple Intelligence colored change bar in the gutter. #wwdc #xcode26