DEPRECATION: Starting with Guard v1.1 the use of the 'run_on_change' method in the 'Guard::CalabashiOS' guard is deprecated.
Please consider replacing that method-call with 'run_on_changes' if the type of change
is not important for your usecase or using either 'run_on_modifications' or 'run_on_additions'
based on the type of the changes you want to handle.
For more information on how to update existing guards, please head over to:
https://github.com/guard/guard/wiki/Upgrade-guide-for-existing-guards-to-Guard-v1.1
DEPRECATION: Starting with Guard v1.1 the use of the 'run_on_deletion' method in the 'Guard::CalabashiOS' guard is deprecated.
Please consider replacing that method-call with 'run_on_removals' for future proofing your code.
For more information on how to update existing guards, please head over to:
https://github.com/guard/guard/wiki/Upgrade-guide-for-existing-guards-to-Guard-v1.1
DEPRECATION: Starting with Guard v1.1 the use of the 'run_on_change' method in the 'Guard::CalabashiOS' guard is deprecated.
Please consider replacing that method-call with 'run_on_changes' if the type of change
is not important for your usecase or using either 'run_on_modifications' or 'run_on_additions'
based on the type of the changes you want to handle.
For more information on how to update existing guards, please head over to:
https://github.com/guard/guard/wiki/Upgrade-guide-for-existing-guards-to-Guard-v1.1
DEPRECATION: Starting with Guard v1.1 the use of the 'run_on_deletion' method in the 'Guard::CalabashiOS' guard is deprecated.
Please consider replacing that method-call with 'run_on_removals' for future proofing your code.
For more information on how to update existing guards, please head over to:
https://github.com/guard/guard/wiki/Upgrade-guide-for-existing-guards-to-Guard-v1.1
DEPRECATION: Starting with Guard v1.1 the use of the 'run_on_change' method in the 'Guard::CalabashiOS' guard is deprecated.
Please consider replacing that method-call with 'run_on_changes' if the type of change
is not important for your usecase or using either 'run_on_modifications' or 'run_on_additions'
based on the type of the changes you want to handle.
For more information on how to update existing guards, please head over to:
https://github.com/guard/guard/wiki/Upgrade-guide-for-existing-guards-to-Guard-v1.1
DEPRECATION: Starting with Guard v1.1 the use of the 'run_on_deletion' method in the 'Guard::CalabashiOS' guard is deprecated.
Please consider replacing that method-call with 'run_on_removals' for future proofing your code.
For more information on how to update existing guards, please head over to:
https://github.com/guard/guard/wiki/Upgrade-guide-for-existing-guards-to-Guard-v1.1
Guard could not detect any of the supported notification libraries.
Guard is now watching at '/Users/appledeveloper/Documents/Web Project Mobile App/Other/ProofOfConcept/TestCalabash1'
/Library/Ruby/Gems/1.8/gems/guard-calabash-ios-0.2.0/lib/guard/calabash-ios/runner.rb:67:in `exists?': can't convert nil into String (TypeError)
from /Library/Ruby/Gems/1.8/gems/guard-calabash-ios-0.2.0/lib/guard/calabash-ios/runner.rb:67:in `run'
from /Library/Ruby/Gems/1.8/gems/guard-1.1.1/lib/guard.rb:156:in `start'
from /Library/Ruby/Gems/1.8/gems/guard-1.1.1/lib/guard/cli.rb:95:in `start'
from /Library/Ruby/Gems/1.8/gems/thor-0.14.6/lib/thor/task.rb:22:in `send'
from /Library/Ruby/Gems/1.8/gems/thor-0.14.6/lib/thor/task.rb:22:in `run'
from /Library/Ruby/Gems/1.8/gems/thor-0.14.6/lib/thor/invocation.rb:118:in `invoke_task'
from /Library/Ruby/Gems/1.8/gems/thor-0.14.6/lib/thor.rb:263:in `dispatch'
from /Library/Ruby/Gems/1.8/gems/thor-0.14.6/lib/thor/base.rb:389:in `start'
from /Library/Ruby/Gems/1.8/gems/guard-1.1.1/bin/guard:6
from /usr/bin/guard:19:in `load'
from /usr/bin/guard:19
When I follow the setup instructions I get:
I'm on Lion with the following gems
Any ideas what I'm doing wrong?