Estou com esse erro após atualizar pro Xcode 16
/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_17.5/17.5.8030/tools/bin/mlaunch --launchsim /Users/samueljuren/ProjetosFreelancer/SabNovoCliente/bin/Release/net8.0-ios/iossimulator-arm64/SabNovoCliente.app --device=:v2:udid=9A599BAC-C6BD-47E4-8536-9F6D89A676B6 -sdk 18.0 --sdkroot /Applications/Xcode.app/Contents/Developer
error HE0004: Could not load the framework 'IDEDistribution' (path: /Applications/Xcode.app/Contents/SharedFrameworks/IDEDistribution.framework/Versions/A/IDEDistribution):
dlopen(/Applications/Xcode.app/Contents/SharedFrameworks/IDEDistribution.framework/Versions/A/IDEDistribution, 0x0001): Library not loaded: @rpath/AppThinning.framework/Versions/A/AppThinning
Referenced from: <33FF2F3B-A96F-37B4-BA4E-887BD882BF9D> /Applications/Xcode.app/Contents/SharedFrameworks/IDEDistribution.framework/Versions/A/IDEDistribution
Reason: tried: '/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_17.5/17.5.8030/tools/lib/mlaunch/mlaunch.app/Contents/Frameworks/AppThinning.framework/Versions/A/AppThinning' (no such file), '/Applications/Xcode.app/Contents/SharedFrameworks/IDEDistribution.framework/Versions/A/Frameworks/AppThinning.framework/Versions/A/AppThinning' (no such file), '/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_17.5/17.5.8030/tools/lib/mlaunch/mlaunch.app/Contents/Frameworks/AppThinning.framework/Versions/A/AppThinning' (no such file), '/Applications/Xcode.app/Contents/SharedFrameworks/IDEDistribution.framework/Versions/A/Frameworks/AppThinning.framework/Versions/A/AppThinning' (no such file), '/usr/local/share/dotnet/packs/Microsoft.iOS.Sdk.net8.0_17.5/17.5.8030/tools/lib/mlaunch/mlaunch.app/Contents/MonoBundle/AppThinning.framework/Versions/A/AppThinning' (no such file)
Please sign in to leave a comment.
Hello,
Could you please let us know with what JetBrains product do you experience this issue?
Hello Angelina,
I'm using JetBrains ReSharper for .NET MAUI and after updating from xcode 16 and the new macos it presented the error. The build is successful, but when you open the ios simulator, this error I mentioned appears.
Hi, I have the same problem after updating to Xcode 16
Apparently this helped me
Resolvendo problemas do .NET MAUI no macOS Sequoia com Visual Studio Code e XCode 16 - Comunidade DEV