What steps will reproduce the problem?
$ git clone https://code.google.com/p/macosx-nosleep-extension
$ cd macosx-nosleep-extension
$ make
I suppose the expected output is a successful build, instead I get:
$ make
/Applications/Xcode.app/Contents/Developer/usr/bin/make clean
/bin/rm -rf DerivedData Delivery
/Applications/Xcode.app/Contents/Developer/usr/bin/make package
xcodebuild -parallelizeTargets -project NoSleep/NoSleep.xcodeproj -scheme All
-configuration Release
xcodebuild: error: The project 'NoSleep' does not contain a scheme named 'All'.
make[1]: *** [binaries] Error 65
make: *** [delivery] Error 2
What version of the product are you using? On what operating system?
112 0 0xffffff7f81079000 0x4000 0x4000 com.protech.NoSleep (1.3.3) <5 4 3>
$ uname -v
Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014;
root:xnu-2422.90.20~2/RELEASE_X86_64
Original issue reported on code.google.com by mc17...@gmail.com on 25 Mar 2014 at 6:24
Original issue reported on code.google.com by
mc17...@gmail.com
on 25 Mar 2014 at 6:24Attachments: