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

Specifying scheme for profiling #22

Open
Shivam101 opened this issue Aug 3, 2017 · 1 comment
Open

Specifying scheme for profiling #22

Shivam101 opened this issue Aug 3, 2017 · 1 comment

Comments

@Shivam101
Copy link

I have multiple schemes setup in my app for debug, staging and release. I would not want to add the Swift flag to all of the schemes to use XCProfiler.
Is there a way to specify the scheme to be profiled ?

@giginet
Copy link
Owner

giginet commented Aug 11, 2017

@Shivam101 Sorry for my late response 😔

xcprofiler parses the last activity log.
So you needn't specify the target.
If you have multiple configurations on your project(e.g. Debug/Release).
You can add the compiler flag to one target.

screen shot 2017-08-11 at 14 00 11

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