Post

Replies

Boosts

Views

Activity

Reply to Xcode 15 beta 5 Mac app getting stuck
I have tested further and have confirmed that the problem is with predicates in @Query causing a memory leak in which the app infinitely fetches data.
Replies
Boosts
Views
Activity
Jul ’23
Reply to Apple Configurator for iOS 17 beta availability
I have not looked into this, but there is an Apple Configurator beta in the beta downloads(Go to account and then software downloads, click applications, and download it)
Replies
Boosts
Views
Activity
Jul ’23
Reply to iOS app not interactive(Xcode 15 beta 5)
It looks fixed on beta 6
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Xcode 15 RC - visionOS has disappeared
Go to the "More" tab of downloads and then search "Xcode 15 beta 8" and it will appear.
Replies
Boosts
Views
Activity
Sep ’23
Reply to iOS 17 apps still require 5.5" iPhones screenshots?
Same issue here
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode Cloud Compute Hours Monitoring
I am having the same issue. For some reason my builds only take 15-20 mins but it appears as anywhere from 15 mins to an hour. I don't understand what is happening.
Replies
Boosts
Views
Activity
Oct ’23
Reply to SwiftUI TextField clearbutton how?
Just set the value of the variable that your TextField is bound to to "".
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Error: No exact matches in reference to static method 'buildExpression'
If you're doing this outside of a swiftui view, simply use a regular for loop.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to SwiftUI popover not updating binding
Firstly, you don't need var _ = print(). You can just use print(). I would also try removing "[$selection] in" on the popover. From my experience it hasn't been needed.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Xcode 16 RC - failed to download Predictive Code Completion Model
The issue still persists
Replies
Boosts
Views
Activity
Sep ’24
Reply to FailedToAnalyzeBuiltTargetDescription: Could not analyze the built target description for Views to create the preview.
currently experiencing this also on Xcode 16.2; one of my static .a libraries could not be found according to the error. Works when run. This is a macos app btw.
Replies
Boosts
Views
Activity
Mar ’25
Reply to FailedToAnalyzeBuiltTargetDescription: Could not analyze the built target description for Views to create the preview.
Tried using Xcode 16.3, same error. I followed your steps and submitted a feedback report with id FB16960598
Replies
Boosts
Views
Activity
Mar ’25