SOLUTION: Delete workspace user state files
If Xcode crashes when opening the AI Intelligence tab in a specific project, the issue is corrupted UI state data in your workspace.
Fix: Close Xcode completely
Navigate to your project directory in Terminal and delete UserInterfaceState.xcuserstate:
rm YourProject.xcodeproj/project.xcworkspace/xcuserdata/YOUR_USERNAME.xcuserdatad/UserInterfaceState.xcuserstate
This resolved the crash for me in Xcode 26.2 on macOS 26.2.
What this does: Deletes the corrupted workspace UI state (including Intelligence chat history). Xcode will recreate it fresh. You'll lose panel positions and open tabs, but all your code and project settings remain intact.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: