Hello,
I am experiencing a problem while debugging an iOS mobile app from Visual Studio 2022 paired to a Mac Mini with Xcode 16.4 installed.
The error message is:
HE0004: Could not load the framework 'IDEDistribution' (path: /Applications/Xcode.app/Contents/SharedFrameworks/IDEDistribution.framework/Versions/A/IDEDistribution)
I have tried downgrading Xcode to earlier versions, but the problem persists.
Importantly, debugging the MAUI version of the app works correctly, but when I try to debug the Xamarin project, I encounter this error.
Could this be related to the Xcode installation? I have noticed many similar errors mentioning different frameworks, so I wonder if this might be a common installation or configuration issue.
Any insights or suggestions would be greatly appreciated.