-
Notifications
You must be signed in to change notification settings - Fork 173
Description
Hi. I'm trying to install idb_companion on my Intel Mac mini Appium server.
I did the
brew tap Facebook/fb
brew install idb-companion
But it failed and I get
** BUILD FAILED **
The following build commands failed:
CompileC /tmp/idb-companion-20220116-6910-1983klv/idb-1.1.6/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/Objects-normal/x86_64/idb.pb.o /tmp/idb-companion-20220116-6910-1983klv/idb-1.1.6/build/Build/Intermediates.noindex/idb_companion.build/Debug/idbGRPC.build/DerivedSources/idb.pb.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'idbGRPC' from project 'idb_companion')
(1 failure)
Here's my name -a
Darwin QE-Remote-5976.local 20.6.0 Darwin Kernel Version 20.6.0: Tue Oct 12 18:33:42 PDT 2021; root:xnu-7195.141.8~1/RELEASE_X86_64 x86_64
I did a search and I see many with similar issues but they are on M1 and I'm still on x86. Still, I tried to do the suggestions for M1 such as git clone of idb.git but the manual build failed for me too. I'm just hopeful that someone has suggestions for getting brew working for x86 and it's just a matter of a missing component that I forgot to install or some such. I'm still running Big Sur 11.6.1. Thanks!