Skip to content

Instantly share code, notes, and snippets.

@topgenorth
Created June 10, 2014 19:55
Show Gist options
  • Save topgenorth/ff79d155b27fc359f8d9 to your computer and use it in GitHub Desktop.
Save topgenorth/ff79d155b27fc359f8d9 to your computer and use it in GitHub Desktop.
----------Calabash Build----------
xcodebuild -xcconfig "Calabash/cal.xcconfig" install -configuration "Debug" -sdk "iphonesimulator" DSTROOT="Calabash/build" WRAPPER_NAME="Calabash.app"
Build settings from command line:
DSTROOT = Calabash/build
SDKROOT = iphonesimulator7.1
WRAPPER_NAME = Calabash.app
Build settings from configuration file 'Calabash/cal.xcconfig':
INSTALL_PATH = /./
OTHER_LDFLAGS = $(inherited) -force_load $(SRCROOT)/calabash.framework/calabash -framework CFNetwork -lstdc++
xcodebuild: error: The directory /Users/tom/work/xamarin/code/mobile-samples/TaskyPro does not contain an Xcode project.
---------------------------
----------Error----------
Build failed. Please consult logs. Aborting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment