feat: complete UM Trace iOS and field UI integration
This commit is contained in:
@@ -38,6 +38,16 @@ export DEVELOPER_DIR="${developer_dir}"
|
||||
# referenced headless library's assets file. Restore that library explicitly before building.
|
||||
"${dotnet_bin}" restore "${repo_dir}/src/FieldLogger.Sync/FieldLogger.Sync.csproj"
|
||||
|
||||
# A partial MSBuild target (for example, a compile-only IDE validation) can leave a
|
||||
# FieldLogger.dll whose generated XAML code is newer than its embedded MauiXaml resources.
|
||||
# Always clear the narrowed iOS output before the real device build so App.xaml, page XAML,
|
||||
# app icons, and splash assets are regenerated as one consistent build graph.
|
||||
"${dotnet_bin}" clean "${repo_dir}/FieldLogger/FieldLogger.csproj" \
|
||||
-f net9.0-ios \
|
||||
-c Debug \
|
||||
-p:TargetFrameworks=net9.0-ios \
|
||||
-p:RuntimeIdentifier=ios-arm64
|
||||
|
||||
"${dotnet_bin}" build "${repo_dir}/FieldLogger/FieldLogger.csproj" \
|
||||
-t:Run \
|
||||
-p:TargetFrameworks=net9.0-ios \
|
||||
|
||||
Reference in New Issue
Block a user