Ar is missing after upgrade to Xcode 7

I'm using Yosemite. Just upgraded Xcode 7 and command line

I'm getting this error when cross-compile C project for iOS.

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/ar: No such file or directory


And my Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/ folder only has


PackageApplication

dsymutil-classic

dyldinfo

pngcrush

texturetool

csent

dwarfdump

iphoneos-optimize

rebase

unwinddump


Anything missing?

Thanks