Skip to content

Commit

Permalink
Ios specific setup
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebaltazar authored Oct 17, 2024
1 parent 8c88109 commit 1598bfc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@ public static class MauiProgram

```

## IOS

We need to set the interpreter to allow the Xaml loader to work

```xml
<PropertyGroup Condition="$(TargetFramework.Contains('-ios'))">
<UseInterpreter>true</UseInterpreter>
<MtouchInterpreter>-all</MtouchInterpreter>
</PropertyGroup>
```

## Know issues

[MAUI 16809 - Label().LoadFromXaml does not work when using Label.FormattedText](https://github.com/dotnet/maui/issues/16809)
Expand Down

0 comments on commit 1598bfc

Please sign in to comment.