I have been getting this error for the past few betas but I thought it would be resolved for RC. I am getting this error log:
The operation couldn’t be completed. (ModelCatalog.CatalogErrors.AssetErrors error 1.)
Domain: ModelCatalog.CatalogErrors.AssetErrors
Code: 1
User Info: {
DVTErrorCreationDateKey = "2024-09-10 01:08:36 +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-09T21:08:36-04:00
I have an M1 Macbook Pro running macOS 15. Does anyone know what I can do to get this installed?
Post
Replies
Boosts
Views
Activity
I'm working on a project that has the Core Data model in the Documents directory. There's a new app being built, which wants the model to be in the Application Support directory. How do I tell the app to use the Documents folder when loading the model? I've tried several things, like moving the model file, but nothing worked.