Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
InderKumarRathore opened this issue Nov 14, 2023 · 1 comment

Comments

@InderKumarRathore
Copy link

getting this error while using it in my project

@bgrego-sp
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants