Error when debug from Xamarin

Worked fine beginning of April. Could debug and distribute my solution.
Now I get below when I start debuggning from VS Xamarin. Have made a multiplatform app. Hs this something to do with Xcode version in my Imac?

error HE0004: Could not load the framework
'DVTAnalytics'

(path:
/Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/DVTAnalytics):
dlopen(/Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/DVTAnalytics,
1): Library not loaded: @rpath/DVTProducts.framework/Versions/A/DVTProducts
This question is very specific to your third-party development environment, so you might have more luck asking it via their support channel.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
I have the same bug and not found anything. Think is any problem with Xcode 12.5
I solved installing last stable packages of Xamarin.ios and Xamarin.mac from https://github.com/xamarin/xamarin-macios/issues/11349
Had the same issue too, uninstalled XCode 12.5 then reinstalled 12.4, and it seemed to work again.
It is challenging when using environments for two "worlds", developing mobile apps. Who to ask?

I got some support for this and it solved my problem.
  • Installed latest version Imac.

  • Installed latest version Visual Studio.

  • When starting the debugging, I automatically got the request to upgrade Xamarin.IOS.

These actions helped me with my problem.

Thanks all for engaging in this issue!

I have the same problem after updating Xcode

Error when debug from Xamarin
 
 
Q