Post

Replies

Boosts

Views

Activity

Reply to How to delete an app bundle?
2025 We still can't do that.
Replies
Boosts
Views
Activity
Sep ’25
Reply to Xcode 16 Issue: Could not complete create template..
You need to localize your CFBundleName for all languages. As you can see it says "Application name '' for es".
Replies
Boosts
Views
Activity
Apr ’25
Reply to Xcode 16 RC - Cannot add packages
Delete ~/Library/Preferences/com.apple.dt.xcodebuild.plist can fix this.
Replies
Boosts
Views
Activity
Sep ’24
Reply to Xcode 16 & Package load failure
Delete ~/Library/Preferences/com.apple.dt.xcodebuild.plist should fix this. You don't need to uninstall Xcode completely.
Replies
Boosts
Views
Activity
Sep ’24
Reply to Bug: SwiftUI Metal shader doesn't respect alpha value in Dark Mode
Multiplying the new RGB value with the alpha value should fix this. #include <metal_stdlib> using namespace metal; [[stitchable]] half4 replaceColor(float2 pos, half4 oldColor, half4 newColor) { return half4(half3(newColor.r, newColor.g, newColor.b) * oldColor.a, oldColor.a); }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to How to delete container in CloudKit Dashboard?
2021, Still no change.
Replies
Boosts
Views
Activity
Aug ’21