Skip to content

Commit

Permalink
iOS workaround: Fixed build by explicitly referencing package "System…
Browse files Browse the repository at this point in the history
….Reflection.Emit", but then excluding all its contents (e.g. dll-file). See answer by "gmwilhelm" on xamarin/Xamarin.Forms#1380.
  • Loading branch information
SvenEV committed Jan 30, 2018
1 parent ed3a150 commit b24ad3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/HipMobileUI.iOS/HipMobileUI.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="MaterialControls" Version="1.2.2" />
<PackageReference Include="System.Reflection.Emit" Version="4.3.0">
<ExcludeAssets>all</ExcludeAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\ac_erkunden.jpg" />
Expand Down

0 comments on commit b24ad3b

Please sign in to comment.