When I try running just 'svn' in terminal I get this error:
xcodebuild: error: SDK "/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.1.sdk/" cannot be located. svn: error: unable to find utility "svn", not a developer tool or in PATH
If I run "which svn" it comes back with /usr/bin/svn.
I'm running xcode 6.4 with latest command line tools installed. No idea why I'm getting an error mentioning iPhoneOS4.1.sdk as that's ancient history.
xcode-select -p reports: /Applications/Xcode.app/Contents/Developer
All suggestions appreciated!