You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
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 ?
The text was updated successfully, but these errors were encountered: