Frederic MEYER

Results 25 comments of Frederic MEYER

Still not working here. Had first to update the links to the current version of openssl: ``` sudo ln -s /opt/homebrew/Cellar/openssl@3/3.0.1/lib/libcrypto.dylib /usr/local/lib/libcrypto.dylib sudo ln -s /opt/homebrew/Cellar/openssl@3/3.0.1/lib/libssl.dylib /usr/local/lib/libssl.dylib ``` as well...

well I did try to remove the links, brew remove both, brew clean, and reinstalled, still same error :/

My workaround was to install an ARM Ubuntu VM and get the package running there... not exactly the most trivial setup, but at least it worked

``` ➜ ~ brew install --build-from-source pgloader ==> Downloading https://github.com/dimitri/pgloader/releases/download/v3.6.2/pgloader-bundle-3.6.2.tgz Already downloaded: /Users/fmeyer/Library/Caches/Homebrew/downloads/2a1b2485b3a52a8aa90117254bcc5b1701cd81cc53b0e6f1c16900b1d967f948--pgloader-bundle-3.6.2.tgz ==> Patching ==> make Last 15 lines from /Users/fmeyer/Library/Logs/Homebrew/pgloader/01.make: ;; loading system "cffi" ;; loading system "cl+ssl"...

This very very big issue is still happening in latest XF 4.7 - ouch!

Take the attached TabbedPageWithNavigationPage XF sample. Modified only to display the OnAppearing / OnDisappearing events [TabbedPageWithNavigationPage.zip](https://github.com/xamarin/Xamarin.Forms/files/4856350/TabbedPageWithNavigationPage.zip) On Android, the events are totally not consistent: **Android** ``` Launch ################## OnAppearing TodayPage...

> I noticed one more strange behaviour, I have TabbedPage with 5 tabs (ContentPage1|ContentPage2|ContentPage3|ContentPage4|NavigationPage/ContentPage5). When starting the app on iOS everything is as expected, OnAppearing on the 1st tab page...

Hit by what it seems the same issue: ``` ================================================================= Native Crash Reporting ================================================================= Got a segv while executing native code. This usually indicates a fatal error in the mono...

Could it be the same issue as https://github.com/reactiveui/Akavache/issues/567 ?

Ouch... good hint @rdavisau I completely forgot about this entitlement, and yes it is indeed set to `NSFileProtectionComplete`. Damn. But then, why does it crash the app this way? Can't...