Created
June 10, 2014 19:55
-
-
Save topgenorth/ff79d155b27fc359f8d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
----------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