Xcode: Put object files in a place that Xcode cleans
Since !7730 (merged), xcodebuild clean
does not remove the object files in our explicit TARGET_TEMP_DIR
because it is not under the SYMROOT
. Put it there.
Fixes: #24096 (closed)
Backport: release
Edited by Brad King