sheagcraig / yo

Send Notification Center messages from the command line
Apache License 2.0
383 stars 44 forks source link

Build with jenkins faild, because no schemes was found. #13

Closed AndersTao closed 8 years ago

AndersTao commented 8 years ago

Fix -> http://stackoverflow.com/questions/13500793/xcodebuild-commands-give-different-results-when-run-from-the-command-line-than-w

Running the following command with Jenkins now works: xcodebuild -scheme yo DSTROOT="$WORKSPACE/Release" archive

sheagcraig commented 8 years ago

Cool. All set. Thanks for the PR.