RobertGummesson / BuildTimeAnalyzer-for-Xcode

Build Time Analyzer for Swift
MIT License
4.3k stars 260 forks source link

Nothing is logged in the analyzer #14

Closed dzenbot closed 8 years ago

dzenbot commented 8 years ago

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?

RobertGummesson commented 8 years ago

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)

RobertGummesson commented 8 years ago

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

image

PaulTaykalo commented 8 years ago

@RobertGummesson this could be possibly handled by #17

RobertGummesson commented 8 years ago

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