David Pasztor
David Pasztor
The issue seems to be caused by the environment variable `LLVM_TARGET_TRIPLE_SUFFIX`. Unsetting that in the pre-build script before calling `carthage update` solves the issue. ``` unset LLVM_TARGET_TRIPLE_SUFFIX carthage update 2>&1...
@Mcrich23 I'm getting the same error message that tells me I need to log in with my Apple ID regardless of whether I have xcodereleases.com or Apple selected as my...
I'm running into the same issue with scrolling - I was getting inconsistent behaviour when the snapshot tests on CI were incorrectly scrolling even though on local machines they weren't....