Ryan Davis

Results 83 comments of Ryan Davis

Totally out of my depth but I suppose that [here](https://github.com/ericsink/cb/blob/b80bd50c2caa9a40b0c797b802e54b330dd96fba/bld/cb.cs#L698) we need to at least add `arm64` to the simulator architectures. There might also need to be some extra shenanigans...

I'm not Filip, but the updated repro ``` dotnet new ios -o test-ios-sql dotnet add test-ios-sql package SQLitePCLRaw.bundle_e_sqlite3 -v 2.1.5-pre20230516213315 dotnet build test-ios-sql -r iossimulator-arm64 ``` works for me. I...

Howdy. I agree it's probably related to a breaking change in the maui essentials. If we're lucky the fix might be as easy as also targeting net8 and producing a...