Noah Tye
Noah Tye
I faced the exact same problem (`Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib`) and solved it by building Objective Git like so: ``` carthage update --platform macOS --no-use-binaries ``` This was just using...
@ikamensh (and anyone else who runs into this problem), you might try my fork of the puzzle library, which adds an extra check to avoid this error: https://github.com/noahlt/Tensor-Puzzles/tree/main
@lforst with all due respect (I love Sentry!), I ran into the same issue that @OttlikG had, and like him, manually installing `@sentry/core` fixed it for me. I note that...
Reproduced by Pat in the community: