Skip to content

Instantly share code, notes, and snippets.

@akfreas
Created October 4, 2017 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akfreas/bd882406260cbb4c55a41fbfb2f7e9c0 to your computer and use it in GitHub Desktop.
Save akfreas/bd882406260cbb4c55a41fbfb2f7e9c0 to your computer and use it in GitHub Desktop.
xcodebuild -workspace ImmoScoutWohnen.xcworkspace -scheme ImmoScout clean build OTHER_SWIFT_FLAGS="-Xfrontend -debug-time-function-bodies" 2> warnings.txt | gawk '{ print strftime("%s: "), $0; fflush(); }' | tee build_output.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment