Symbai

Results 124 comments of Symbai

@J-Swift N-o-t-h-i-n-g, that's why its so super strange. Same code, same csproj content, same file/project names, same manifests. Its just one is the existing project and the other is a...

Have you tried using PNG extension? As far as I know all svg images are converted to static images with fixed size on build anyway.

@mattleibow Why isn't "s/try-latest-version" label removed?

Im having the same issue with missing app icon (`90704`). The information in plist file is correct: `Assets.xcassets/appicon.appiconset` and in my csproj file: ``

@RaspeR87 I was able to publish my iOS app without a problem after I figured out why the app icon was missing. But I also had got a different issue...

`dotnet publish -f:net6.0-ios -c:Release` on a macbook. Publishing/Debugging/testing on a windows host is almost extremely buggy, I don't even going to bother with it anymore.

Its set in csproj, see the XML of [this](https://docs.microsoft.com/en-us/dotnet/maui/ios/deployment/overview#add-code-signing-data-to-your-app-project) documentation section. And yes it only fails when trying to build from Windows (11) machine connected to a macOS machine. Building...

Have you tried wrapping only `AnimalItems.Add(item);` line inside of MainThread.BeginInvokeOnMainThread?

I'm having the same issue. Especially on a cross platform application it's more than annoying if such basic feature is extremely inconsistent. More over all of these fixes and solutions...