This wasn't happening until I updated Xcode to 16.2 (I'm using Sequoia 15.2). When I run any Mac app, I get these errors:
Can't find or decode reasons Failed to get or decode unavailable reasons Can't find or decode disabled use cases
I even got these errors running "Hello, world" which tells me that either I need to reinstall or there is a bug.
Thanks for any help, -Ashley
I think I figured it out (ChatGPT helped, but also wasted days of time). We think it is because I have an Intel-based mac and the predictive coding is causing problems. If I'm wrong, I'd like help. I'm using Sequoia 15.2. and Xcode 16.2. Note that this error does NOT happen in Xcode 15. The following errors were from Apple's default Hello World (Mac) code with no changes, using a new install of Xcode. Errors:
Can't find or decode reasons (Type Error Library GenerativeModels PID : TID 6282 : 0x2be49 Subsystem com.apple.GenerativeModels Category availability Call Site 0x60860)
Failed to get or decode unavailable reasons (Type Error Library GenerativeModels PID : TID 6282 : 0x2be49 Subsystem com.apple.GenerativeModels Category availability Call Site 0x5aa42)
Can't find or decode disabled use cases (Type Error Library GenerativeModels PID : TID 6282 : 0x2be49 Subsystem com.apple.GenerativeModels Category availability Call Site 0x60010).
If I turn off App Sandboxing, I only get one error - Can't find or decode disabled use cases
I wated so much time reinstalling Sequioa and Xcode.figured out that it is likely related to predictive code completion and having an Intel-based Mac. ChatGPT says that "the errors do not impact your app directly and can be ignored or mitigated by disabling predictive features in Xcode). Actually, this doesn't fix it.
-Ashley