Post

Replies

Boosts

Views

Activity

Reply to Predictive Code Completion Model - failed to find asset
I had the same issue this morning with a slightly different error: (ModelCatalog.CatalogErrors.AssetErrors error 1.) Domain: ModelCatalog.CatalogErrors.AssetErrors Code: 1 User Info: { DVTErrorCreationDateKey = "2024-09-10 06:34:24 +0000"; } -- Failed to find asset: com.apple.fm.code.generate_small_v1.base - no asset Domain: ModelCatalog.CatalogErrors.AssetErrors Code: 1 -- System Information macOS Version 15.0 (Build 24A335) Xcode 16.0 (23050) (Build 16A242) Timestamp: 2024-09-10T08:34:24+02:00 I've filed a report. (FB15088516)
Sep ’24
Reply to "nw_endpoint_handler_set_adaptive…" coming from XPC service
It looks like this issue has been resolved in Xcode 13.1 on macOS Monterrey 12.0.1
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Xcode 16.0 - sometimes preview "collapsed"
I have the same issue, and have filed a report for it: FB14876223
Replies
Boosts
Views
Activity
Aug ’24
Reply to Predictive Code Completion Model - failed to find asset
I had the same issue this morning with a slightly different error: (ModelCatalog.CatalogErrors.AssetErrors error 1.) Domain: ModelCatalog.CatalogErrors.AssetErrors Code: 1 User Info: { DVTErrorCreationDateKey = "2024-09-10 06:34:24 +0000"; } -- Failed to find asset: com.apple.fm.code.generate_small_v1.base - no asset Domain: ModelCatalog.CatalogErrors.AssetErrors Code: 1 -- System Information macOS Version 15.0 (Build 24A335) Xcode 16.0 (23050) (Build 16A242) Timestamp: 2024-09-10T08:34:24+02:00 I've filed a report. (FB15088516)
Replies
Boosts
Views
Activity
Sep ’24
Reply to Toolbar symbol rendering does not behave as expected
One possible solution seems to be adding the rendering style directly to the image, as such: Button(action: {}) { Image(systemName: "line.3.horizontal.decrease.circle.fill") .symbolRenderingMode(.hierarchical) .foregroundStyle(.blue) Credit: this reply in StackOverflow.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’24