Skip to content

Commit

Permalink
fix...
Browse files Browse the repository at this point in the history
/Users/runner/.dotnet/packs/Microsoft.iOS.Sdk/16.4.7107/targets/Xamarin.Shared.Sdk.targets(270,3): error : iOS projects must build with PublishTrimmed=true. Current value: False. Set 'MtouchLink=None' instead to disable trimming for all assemblies. [/Users/runner/work/AvaloniaGraphControl/AvaloniaGraphControl/sample.iOS/AvaloniaGraphControlSample.iOS.csproj]
  • Loading branch information
Olivier Azeau committed Oct 15, 2023
1 parent 1db6571 commit c5c4d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios-demo-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
mkdir -p local_package
./build.sh
- name: Build demo
run: dotnet build ./sample.iOS/AvaloniaGraphControlSample.iOS.csproj -c Release -p:PublishTrimmed=False
run: dotnet build ./sample.iOS/AvaloniaGraphControlSample.iOS.csproj -c Release -p:MtouchLink=None
- name: Upload build result
uses: actions/[email protected]
with:
Expand Down

0 comments on commit c5c4d59

Please sign in to comment.