Oleksandr Dodatko

Results 88 comments of Oleksandr Dodatko

Related discussions : http://stackoverflow.com/questions/11683877/xcode-4-4-clang-error-linker-failed https://parse.com/questions/parse-building-error-xcode-45

> Have you run into that problem? Exactly. As a workaround I have copy-pasted the **bash** script from some of my [previous projects](https://github.com/dodikk/ESLocale). Which means "not using Mk8".

`file libRedis.a` Please run this in terminal and paste the output here. Most likely, your binary is device only.

Here is a minimal sample link as requested https://github.com/dodikk/bug-maui-webview-baseurl

The native `WKWebView` of iOS sdk shows the `baseUrl` as expected. So it seems like MAUI is modifying it under the hood for some reason. So please add a flag...

Seems like `NSBundle.MainBundle.BundlePath` is concatenated with the value provided by me. However, i am unable to find that in maui codebase https://github.com/search?q=repo%3Adotnet%2Fmaui+%22NSBundle.MainBundle.BundlePath%22&type=code

@IsvAdvanced thanks for your info. The trailing slash does happen for me as well (as you can see on the attached screenshots). However, that is not breaking my case.

@IsvAdvanced Unfortunately that does not answer my question since I have a slightly different situation. What I am trying to achieve is 1. opening a local file in webView 2....

@IsvAdvanced if you want that trailing slash fixed by MS team, it might be a good idea to create a separate ticket (like this one). Separate ticket seems to make...

> I think the point for us both is that what we set in BaseUrl should be respected. @IsvAdvanced well, yes and no. I view these as two special cases...