Abin Baby

Results 2 comments of Abin Baby

We are facing same error. Any solutions / updates?

We fixed this by adding the following before R.swift run phase script ``` if [ `uname -m` == 'arm64' ] && [ -d /opt/homebrew/bin/ ]; then export PATH=/opt/homebrew/bin:$PATH fi ```