I am tying a cross compilation and for that I need to find where Xcode have placed the arm-gcc compiller.
It used to be in /Applications/Xcode.app/Contents/Develope
Use the newer clang compiler instead like this: -
for CC: xcrun -find -sdk iphoneos clang
for CXX: xcrun -find -sdk iphoneos clang++