dsa2356 / macosx-nosleep-extension

Automatically exported from code.google.com/p/macosx-nosleep-extension
0 stars 0 forks source link

Cannot build from source with Version 5.1 (5B130a) on Mavericks #122

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

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

Attachments:

GoogleCodeExporter commented 8 years ago
I've updated build files for xcode 5.1 tools. Use 1.3.x branch

Original comment by integral...@gmail.com on 25 Mar 2014 at 1:49