I have a macOS updated to 15.1.1 with Xcode 16.1.
On Windows 11 machine I am running Visual Studio 2022 17.12.1 with latest Xamarin.Forms.
I try to debug Xamarin.Forms iOS app through macOS on USB connected iPhone Xr 17.6.1. I am able to successfully connect the macOS through Visual Studio. However, after successful build, at point of deploying app package to iPhone I get this error:
Failed to install application on device iPhone Xr: error HE0004: Could not load the framework 'IDEDistribution' (path: /Applications/Xcode.app/Contents/SharedFrameworks/IDEDistribution.framework/Versions/A/IDEDistribution)
I have a macOS updated to 15.1.1 with Xcode 16.1.
On Windows 11 machine I am running Visual Studio 2022 17.12.1 with latest Xamarin.Forms.
I try to debug Xamarin.Forms iOS app through macOS on USB connected iPhone Xr 17.6.1. I am able to successfully connect the macOS through Visual Studio. However, after successful build, at point of deploying app package to iPhone I get this error:
Failed to install application on device iPhone Xr: error HE0004: Could not load the framework 'IDEDistribution' (path: /Applications/Xcode.app/Contents/SharedFrameworks/IDEDistribution.framework/Versions/A/IDEDistribution)
Share
Improve this question
asked Nov 21, 2024 at 8:10
krskrs
5993 silver badges18 bronze badges
1 Answer
Reset to default 0I have found solution here:
https://youtrack.jetbrains/issue/RIDER-117599/Could-not-load-the-framework-IDEDistribution-on-MacOS-15.0#focus=Comments-27-10817458.0-0
A small difference for me was, that I typed wrongly sudo password and did not have permission to copy files over via Terminal.
You can do the same file copying via Finder too and it works fine.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742303360a4418454.html
评论列表(0条)