tadeuzagallo / GithubPulse

OS X StatusBar app to help you remember to contribute every day on Github
http://tadeuzagallo.com/GithubPulse
MIT License
542 stars 20 forks source link

Can't building #14

Closed GiaoGiaoCat closed 9 years ago

GiaoGiaoCat commented 9 years ago
$make osx
TARGET=osx /Applications/Xcode.app/Contents/Developer/usr/bin/make -C ./front -B build
webpack
Hash: ec0fa029a1053ac87a6e
Version: webpack 1.4.15
Time: 1860ms
           Asset    Size  Chunks             Chunk Names
public/bundle.js  932260       0  [emitted]  main
   [0] multi main 40 {0} [built]
   [1] ../javascript/utils.js 2377 {0} [built]
  [14] ../javascript/github-api.js 709 {0} [built]
    + 241 hidden modules
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ./widget -B release
xcodebuild archive -workspace GithubPulse.xcworkspace -scheme GithubPulse -archivePath GithubPulse
User defaults from command line:
    IDEArchivePathOverride = /Users/Victor/Documents/Works/GithubPulse/widget/GithubPulse

xcodebuild: error: The workspace 'GithubPulse' does not contain a scheme named 'GithubPulse'.
make[1]: *** [archive] Error 65
make: *** [osx] Error 2
tadeuzagallo commented 9 years ago

Did you manage to build it?

GiaoGiaoCat commented 9 years ago

I can build it right now. I found that if someone want to build it, they need to open xcode and try to run and build the project at first. if not, make osx should be fail.

tadeuzagallo commented 9 years ago

Humm, that's an actual bug so... I'll have to fix at least the documentation, thanks for reporting!