BuildTimeAnalyzer-for-Xcode
BuildTimeAnalyzer-for-Xcode copied to clipboard
Driver threw unknown argument: '-Xfrontend -debug-time-function-bodies' without emitting errors
getting this error while using it in my project
You need to have two distinct rows in options. One is -Xfrontend
and then in the next row put just -debug-time-function-bodies
. No quotation marks (which the new version of Xcode adds automatically instead of splitting by space into new rows like it used to before).