RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift
MIT License
4.3k stars 260 forks source link

Driver threw unknown argument: '-Xfrontend -debug-time-function-bodies' without emitting errors #109

Open InderKumarRathore opened 9 months ago

InderKumarRathore commented 9 months ago

getting this error while using it in my project

bgrego-sp commented 9 months ago

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).