You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Hi not sure if this is the right place to share this information. We have started to migrate functions in our project to instead use the community Toolkit and we started with converters.
When we build with the setting "Link SDKs Only", the app stops working. Attach is an sample project where we recreated the error on the physics Iphone in debug mode. We also get the error when we build on the App Center in release mode for both Android and Ios.
If we add the mtouch argument:
--linkskip=Xamarin.CommunityToolkit
it's working.
I do not know much about linking and make code link safe or this is standard and the solution is that we need to add the
--linkskip=Xamarin.CommunityToolkit