Post

Replies

Boosts

Views

Activity

Reply to Xcode can't upload visionOS app CFBundleIcons.CFBundlePrimaryIcon Validation Failed
I've found the issue and it was quite simple, I did not need to add a .plist entry at all. The issue was that the name for the visionOS app icon asset specified in App Icon and launch screen used another name then the files in the asset catalog. AppIcon-Vision and AppIcon-vision. Leaving this here for reference. The only thing I can't understand is, I haven't changed any of those names, it just stopped working, but if you run into a similar issue, first think to check is spelling your your resource files!
Jun ’25
Reply to promotedcontentd continuously crashes when iadsdk.apple.com is DNS blocked
I have the same issue, how can we fix that?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to 'init(_:selection:rowContent:)' is unavailable in watchOS
Same issue on watchOS 10 beta. Any suggestions to solve this?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Messages App Extension won't hit breakpoints
I encountered the same issue. The problem was I was running the main app but selecting the extension's scheme worked. OSlog and breakpoints worked then!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Fails to release approved app by App Store Connect (Error: You have one or more errors on this page.)
I have the same issue!
Replies
Boosts
Views
Activity
Oct ’23
Reply to Can't release approved app
Same issue, has anyone solved this?
Replies
Boosts
Views
Activity
Oct ’23
Reply to PassbookUIService crash on Xcode 14 beta 6 causes StoreKit failure
Same issue with Xcode 15.4 when testing on iOS 16 Simulator, iOS 17 Simulator works fine
Replies
Boosts
Views
Activity
Jun ’24
Reply to More control of TipKit arrow locations
+1
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to visionOS app icon not shown in Simulator and on test device
Update: Shows on test device but simulator is still only showing the placeholder icon
Replies
Boosts
Views
Activity
Jul ’24
Reply to Wrong SF symbol displayed
Add .environment(\.symbolVariants, .none) in a tabbar to get the non-filled symbol, otherwise SwiftUI automatically chooses the filled symbol in a TabView
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Xcode can't upload visionOS app CFBundleIcons.CFBundlePrimaryIcon Validation Failed
I've found the issue and it was quite simple, I did not need to add a .plist entry at all. The issue was that the name for the visionOS app icon asset specified in App Icon and launch screen used another name then the files in the asset catalog. AppIcon-Vision and AppIcon-vision. Leaving this here for reference. The only thing I can't understand is, I haven't changed any of those names, it just stopped working, but if you run into a similar issue, first think to check is spelling your your resource files!
Replies
Boosts
Views
Activity
Jun ’25