Upgrading xcode stack to 16.2 fails

this issue is resolved. The problem was removing the a build location from Build Settings. Although the location was removed it polluted the proj file with SYMROOT=“”;

Manually removing this entry using xcode as the editor corrected my issue.