Here it is: macOS 10.7.5 11G63b Xcode 4.6.3 4H1503
The only difference is the trailing “b” in macOS. I don’t know its meaning, for sure it’s not “b for beta”, as I’ve never played with beta systems. > On 26 Feb 2020, at 19:48, Ken Cunningham <ken.cunningham.web...@gmail.com> > wrote: > > Please confirm: > > $ echo "macOS $(sw_vers -productVersion) $(sw_vers -buildVersion)"; echo > "Xcode $(xcodebuild -version | awk -v ORS=' ' '{print $NF}')" > > macOS 10.7.5 11G63 > Xcode 4.6.3 4H1503 > > > (I know your Xcode has the correct signature.)