Work around JIT compilation error in Realm

This commit is contained in:
Salman Ahmed 2022-12-12 01:28:01 +03:00
parent c900965a82
commit e85975b5f1
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
<CodesignKey>iPhone Developer</CodesignKey>
<NullabilityInfoContextSupport>true</NullabilityInfoContextSupport>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<!-- Workaround for an upstream issue which Realm suffers from (https://github.com/dotnet/runtime/issues/69410). -->
<UseInterpreter>true</UseInterpreter>
</PropertyGroup>
<PropertyGroup Condition="'$(Platform)' == 'iPhone'">
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>