Skip to content

Commit

Permalink
Set RuntimeIdentifier to iossimulator-x64 when debugging to resolve c…
Browse files Browse the repository at this point in the history
…ertain build issues
  • Loading branch information
zacharykeeping committed Dec 15, 2023
1 parent bebacd6 commit 7b34665
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Presentation/UI/MobileUI/MobileUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<CodesignProvision>Automatic</CodesignProvision>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0-ios|AnyCPU'">
<CreatePackage>false</CreatePackage>
Expand Down

0 comments on commit 7b34665

Please sign in to comment.