Post

Replies

Boosts

Views

Activity

Reply to Can I ship app current updates from MacOS 26 Tahoe beta?
While you can’t submit apps to the App Store directly from macOS 26 (Tahoe) beta, you can still ship app updates using Xcode Cloud, which runs on stable macOS and Xcode versions. This allows you to continue submitting builds to App Store Connect even if your local development machine is running a beta OS.
Replies
Boosts
Views
Activity
Jun ’25
Reply to error: the replacement path doesn't exist:
Fixed by cleaning XCode's "DerivedData" folder. from the terminal just run this command rm -rf ~/Library/Developer/Xcode/DerivedData
Replies
Boosts
Views
Activity
Oct ’24
Reply to Swift Charts Accessibility Grouping
I have the same issue and i cannot find an API in Swift Charts to prevent this Grouping.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to source code for Meet MapKit for SwiftUI
Thanks you @kauai
Replies
Boosts
Views
Activity
Jul ’23
Reply to "UI unresponsiveness" warning on @main
Same issue is there any Fix for this?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Xcode 13.3 spits "Requested but did not find extension point with..." on `xcodebuild -list -json`
This worked for me: Remove CommandLineTools sudo rm -rf /Library/Developer/CommandLineTools Reinstall CommandLineTools xcode-select --install Select CommandLineTools sudo xcode-select -s /Library/Developer/CommandLineTools
Replies
Boosts
Views
Activity
May ’22
Reply to Unusual errors in xcodebuild
This worked for me: Remove CommandLineTools sudo rm -rf /Library/Developer/CommandLineTools Reinstall CommandLineTools xcode-select --install Select CommandLineTools sudo xcode-select -s /Library/Developer/CommandLineTools
Replies
Boosts
Views
Activity
May ’22
Reply to Xcode Server 13.1/13.2b on 12.1 (21C5021h) Fails While Configuring SSL Certificates
FB9785825
Replies
Boosts
Views
Activity
Nov ’21
Reply to Where do I start?
You should check out these resources:- Here are a few good beginners online video courses. 100 Days of Swift on hackingwithswift.com 100 Days of SwiftUI on hackingwithswift.com
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Is Multiple inheritance not allowed in Swift?
Multiple Inheritances is not allowed in swift SFSpeechRecognizer is a class; thus the error The YouTube video is using sfspeechrecognizerdelegate not SFSpeechRecognizer sfspeechrecognizerdelegate is protocol
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to Xcode Server 13.1/13.2b on 12.1 (21C5021h) Fails While Configuring SSL Certificates
Same error  Xcode 13.1 & macOS Monterey
Replies
Boosts
Views
Activity
Nov ’21