Martin Delille
Martin Delille
I'm also unable to publish my MacOS app to the App Store due to this api usage. Do you plan to fix this?
Personally I'm using conan (and I submitted the [aws-sdk-cpp recipe to the conan center index](https://github.com/conan-io/conan-center-index/pull/4401).
This update to conan recipe fix the issue: https://github.com/conan-io/conan-center-index/pull/8554 The key is to enable the `ENABLE_OPENSSL_ENCRYPTION` flag (thanks @ttgil for sharing).
I experienced the same crash on MacOS / aws-sdk-cpp 1.9100
No I changed my backend to breakpad and my last submission passed without issue.
As I said, I switch from crashpad to breakpad to fix the issue.
Adding `-DSENTRY_BACKEND=breakpad` to your `cmake` call overrides the default backend.
I suppose it will be available in the next release ? Do you have a date ?
@arl It looks like Qt 5.12 doesn't have these issue with Homebrew installed package anymore. Is macdeployqtfix still usefull for some case? By the way I would have loved to...