From 01ee1ff845cc2e2bf14cb61798d925584f2ba18f Mon Sep 17 00:00:00 2001 From: Federico Maccaroni Date: Thu, 18 Jan 2024 18:54:34 -0300 Subject: [PATCH] PM-3350 Enabled back UseInterpreter on iOS Release given that it crashes on startup without it. --- src/App/App.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/App.csproj b/src/App/App.csproj index ef430d7df..35458d047 100644 --- a/src/App/App.csproj +++ b/src/App/App.csproj @@ -66,7 +66,7 @@ Automatic:AppStore iPhone Distribution Platforms\iOS\Entitlements.plist - + true -gcc_flags "-L$(ProjectDir)../../lib/ios -largon2 -force_load $(ProjectDir)../../lib/ios/libargon2.a"