Error occurs when using rubyosa-0.4.0 gem and when installing from svn trunk on 10.5.1 when running the following
script.
When running the following script using rubyosa-0.40 on 10.5.1, I get the following error.
~/Source/rubyosa/trunk trotter$ irb
irb(main):001:0> require 'rubygems'; require 'rbosa'
=> true
irb(main):002:0> OSA.app('Terminal')
RuntimeError: Can't get the target bundle signature
from /Library/Ruby/Gems/1.8/gems/rubyosa-0.4.0/lib/rbosa.rb:329:in `__scripting_info__'
from /Library/Ruby/Gems/1.8/gems/rubyosa-0.4.0/lib/rbosa.rb:329:in `app'
from (irb):2
Any ideas? |