RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nothing is logged in the analyzer

dzenbot opened this issue · comments

I tried a couple of times this plugin and nothing gets logged while building.
image

My project has both, Objc and Swift code.
I've added the flags -Xfrontend and -debug-time-function-bodies as suggested.

Has anyone else seen this?

Would you mind sharing your log file? You can send it to robert@canemedia.co.uk. It's located in the derived data folder.

~/Library/Developer/Xcode/DerivedData/XXX/Logs/Build/
(where XXX is the product name follow by some identifier by Xcode)

Another thing to check, @dzenbot . Reassure the flags are added to the correct target.

image

@RobertGummesson this could be possibly handled by #17

Closing this one. @dzenbot - Feel free to reopen if you still experience the problem after a fresh build..