Setting 'CreatePackage=true' for an iOS build creates a pkg #19790
Labels
dotnet
An issue or pull request related to .NET (6)
enhancement
The issue or pull request is an enhancement
good first issue
This is a good first issue for someone to start working with our code
iOS
Issues affecting iOS
Milestone
Setting
CreatePackage=true
for an iOS project:makes the build create a .pkg (in the
_CreateInstaller
target). This is rather useless, so we should make it so that the_CreateInstaller
target only runs for desktop platforms.And if the developer doesn't have /usr/bin/productbuild, then the build fails.
The text was updated successfully, but these errors were encountered: