Module header files are not stripped from ipa package #15724
Labels
app-size
bug
If an issue is a bug or a pull request a bug fix
enhancement
The issue or pull request is an enhancement
performance
If an issue or pull request is related to performance
Milestone
Header files of Modules are not stripped when building an ipa package. This increases app size.
If I remember correctly, the header files were removed in legacy Xamarin
Steps to Reproduce
test
folderdotnet publish -c Release
/test/bin/Release/net6.0-ios/ios-arm64/publish/test.ipa
to azip
file and inspectExpected Behavior
In the Frameworks sub folder(s), there are no "Headers", "Models" & "PrivateHeaders" folders which contain unneeded .h header files
Actual Behavior
Those files and headers are present
Environment
Version information
Example Project (If Possible)
test.zip
The text was updated successfully, but these errors were encountered: