Oleksandr Dodatko

Results 88 comments of Oleksandr Dodatko

The issue is reproduced for x86_64 architecture only. However, Xcode5 uses it by default for simulator builds. ``` xcodebuild -target SampleApp -configuration Debug -sdk iphonesimulator -arch i386 ** BUILD SUCCEEDED...

As a workaround you can create a target with "$(ARCHS_STANDARD)" architectures. Your project will build only for i386 architecture and run under the simulator. You should use the original target...

``` @sawithington @dodikk88 it's a bug/failed assert in the linker that comes with clang - you just need a compiler update ``` Rob Pilling ( @bobrippling )

Maybe we should implement some API to operate with multiple item id's.

All contacts removal in unit tests is performed in native code. ( workaround )

@charri , I guess, the point, provided by @painie is : ``` The HttpMessageHandler class is different for PCL and iOS/Android. ``` Meaning, the NativeMessageHandler will be a sub-class of...

It would be nice to have some `interface` for HTTP transport. Unfortunately, HttpMessageHandler is inherited only from `IDisposable`. As far as I know, there is no way to change it....

For me `maui-check` still fails and wants `Xcode 13.3` while I have the latest one `Xcode 14.2`. Is that ok? So the `hello world` template project does not run due...