I am working on a mobile app for Android and iOS. When running over emulation, it seems to work fine on both platforms.
But when I deploy to my local test iPhone, I get errors when navigating to certain routes. This is the output I see in the Visual Studio output..
What do I need to do to resolve this?
Could not resolve assembly Telerik.Maui.Core.resources, Version=5.2.0.0, Culture=en, PublicKeyToken=null. Details: Could not load file or assembly
Hi Billy,
Could you please share how you deploy on local iPhone, using VS for Windows and hot restart feature,
using VS for Mac?
What are the .NET version, .NET Maui version and Telerik version you use?
Visual Studio for Windows
Yes, Hot Restart over USB to local iPhone
.Net version : 7.0
Telerik Version: Telerik.UI.for.Maui 5.2.0
In general, hot restart does not work with static libraries, missing feature for hot restart. Some of our native iOS controls use static libraries. However, we have a feature request for hot restart here: https://feedback.telerik.com/maui/1582732-support-for-hot-restart-feature
Here is a how to article that has a table of compatibility https://docs.telerik.com/devtools/maui/knowledge-base/telerik-maui-hot-restart
As a solution I can suggest you use mac for building apps on iOS and MacCatalyst.