MrZander
MrZander
Are there any plans to add Windows support? Even if an external dependency must be downloaded and referenced?
I like that idea. I also noticed it was a little clunky. For example, if you set a minimum of 0 and press '-', it immediately sets the number to...
> I may have found a workaround by manually make the `AppIcons.appiconset` in the `/Platforms\iOS\Assets.xcassets` folder. > > Also had to do [this](https://stackoverflow.com/a/78304642/9530917) afterwords. I had to do this as...
I am also experiencing this issue. Running dotnet 8.0.302 ``` dotnet publish -f net8.0-ios -c Release -p:ArchiveOnBuild=true -p:RuntimeIdentifier=ios-arm64 -p:CodesignKey="iPhone Distribution" -p:CodesignProvision="My Provision" -p:ServerAddress=omitted -p:ServerUser=omitted -p:ServerPassword=omitted -p:TcpPort=omitted -p:_DotNetRootRemoteDirectory=/Users/myuser/Library/Caches/Xamarin/XMA/SDKs/dotnet/ -v diag ```...