RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

InderKumarRathore opened this issue · comments

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