Skip to content

Instantly share code, notes, and snippets.

@atzimler
Last active April 18, 2022 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atzimler/d9ecdd25ac97a13a35be895196fd6128 to your computer and use it in GitHub Desktop.
Save atzimler/d9ecdd25ac97a13a35be895196fd6128 to your computer and use it in GitHub Desktop.
Missing iOS RuntimeIdentifier from .csproj
<PropertyGroup Condition="$(TargetFramework.Contains('-ios'))">
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment