MacOS 10.13 Beta Compile Error (BoringSSL), Phoenix Project

The following error is above my pay grade :slight_smile: It appears to be from Phoenix (based on the complier starting Phoenix first) but I’m not sure. If there’s a work around, that’d be great. I’d like to keep using the beta.

Trying Mac 10.13 beta and iex -S mix error:

Assertion failed: (ctx), function digest_update, file /BuildRoot/Library/Caches/com.apple.xbs/Sources/boringssl/boringssl-88.0.0.1.1/apple/crypto/digests.c, line 47.
Abort trap: 6

Not sure how to fix boringssl. Any ideas?

#UPDATE
mix new
iex -S mix
No error

Add any dependency, mix deps.get #same error

3 Likes