ObjCRuntime.RuntimeException: 'Can't register the class {...} when the dynamic registrar has been linked away.' #11518
Unanswered
jeanplevesque
asked this question in
Q&A
Replies: 1 comment 10 replies
-
There are multiple possible reasons for this, but the main two are:
It is likely that you are in the second case, and if it is, you're likely building with the There's no fix for it at this time, and there are two known ways to workaround it:
We assume that this will be fixed for .NET 8, but not convinced yet. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've recently updated an Uno class library and I now get the following error at runtime on iOS.
ObjCRuntime.RuntimeException: 'Can't register the class Nventive.ExtendedSplashScreen.ExtendedSplashScreen when the dynamic registrar has been linked away.'
I don't really understand what changed to cause this. The code changes mainly affect the Android platform.
The other change is in the pipelines: we now use hosted agents.
I suspect that the build difference comes from a different default behavior between VS 17.2.5 (previously used in our pipelines) and whatever version is installed on the
windows-2022
images.Do we know how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions