Skip to content

Instantly share code, notes, and snippets.

@jmoody
Created August 13, 2014 20:46
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 jmoody/3f2961fe11e2194d90a5 to your computer and use it in GitHub Desktop.
Save jmoody/3f2961fe11e2194d90a5 to your computer and use it in GitHub Desktop.
xcodebuild output vs. xcpretty output for the same compiler error
** BUILD FAILED **


The following build commands failed:
	CompileC build/calabash.build/Debug-iphonesimulator/calabash-simulator.build/Objects-normal/i386/CalabashServer.o calabash/Classes/CalabashServer.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
(1 failure)
scripts/make-calabash-lib-version.rb
▸ Building calabash/version [Debug]
▸ Compiling main.m

⌦ /Users/moody/git/calabash-ios-server/calabash/Classes/FranklyServer/Routes/LPVersionRoute.h:27:1: unknown type name 'g'

g
^



⌦ /Users/moody/git/calabash-ios-server/calabash/Classes/FranklyServer/Routes/LPVersionRoute.h:28:2: prefix attribute must be followed by an interface or protocol

@end
 ^



⌦ /Users/moody/git/calabash-ios-server/calabash-version/main.m:19:2: missing '@end'

}
 ^


** BUILD FAILED **
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment