drnic / choctop

Build and deploy tools for Cocoa apps using Sparkle for distributions and upgrades; it’s like Hoe but for Cocoa apps.
http://drnic.github.com/choctop
155 stars 29 forks source link

RubyCocoa dependency cannot be installed on OS/X 10.7 #18

Open drnic opened 13 years ago

drnic commented 13 years ago

I guess we need to remove the RubyCocoa dependency for OS/X 10.7 developers.

billymeltdown commented 12 years ago

Hi Nic,

I was just trying to use ChocTop on my 10.7 system, been a little bit: and I think I'm running into this. Would this problem cause the error output I see below when I try to use the Rakefile?

Thanks! Billy

$ rake -T
(in /Users/billy/Documents/Sources/Cocoa/stripsync-mac)
rake aborted!
no such file to load -- osx/cocoa
/Users/billy/Documents/Sources/Cocoa/stripsync-mac/Rakefile:4:in `<main>'
/Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/rake.rb:2374:in `raw_load_rakefile'
/Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/rake.rb:2008:in `block'
/Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/rake.rb:2059:in `standard_exception_handling'
/Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/rake.rb:2007:in `load_rakefile'
/Library/Frameworks/MacRuby.framework/Versions/0.10/usr/lib/ruby/1.9.2/rake.rb:1992:in `run'
/Library/Frameworks/MacRuby.framework/Versions/0.10/usr/bin/macrake:31:in `<main>'
billymeltdown commented 12 years ago

Hm, perhaps this issue is unrelated to what I noted above. rake -T works just fine if I use /usr/bin/ruby (and not macruby via rvm).

drnic commented 12 years ago

I don't know what the solution to this is as the moment. I think we need to rip out RubyCocoa dependency.

billymeltdown commented 12 years ago

Well, fwiw, I haven't used choctop in at least a year, nice to just pick it up again and have it and that project still rocking, even with a much newer Xcode (I'm on 4.3.2). Cheers!

drnic commented 12 years ago

Just need to remove RubyCocoa. Want to figure out why we're using it? Perhaps 10.7 has something to place those dependencies. I can't remember why we're using except for plist (which I think there's a ruby gem for now)

billymeltdown commented 12 years ago

Sure, I'll take a look next week!

B

On May 17, 2012, at 6:14 PM, Dr Nic Williamsreply@reply.github.com wrote:

Just need to remove RubyCocoa. Want to figure out why we're using it? Perhaps 10.7 has something to place those dependencies. I can't remember why we're using except for plist (which I think there's a ruby gem for now)

Dr Nic Williams - VP Developer Evangelism Engine Yard The Leading Platform as a Service Mobile: +1 415 860 2185 Skype: nicwilliams Twitter: @drnic

On Thursday, May 17, 2012 at 3:13 PM, Billy Gray wrote:

Well, fwiw, I haven't used choctop in at least a year, nice to just pick it up again and have it and that project still rocking, even with a much newer Xcode (I'm on 4.3.2). Cheers!


Reply to this email directly or view it on GitHub: https://github.com/drnic/choctop/issues/18#issuecomment-5775545


Reply to this email directly or view it on GitHub: https://github.com/drnic/choctop/issues/18#issuecomment-5775576

drnic commented 12 years ago

Hurray!

plukevdh commented 12 years ago

Looking at this... Curious if any work has been done on it.