Hi guys any one knows how to resolve this problem on calabash I tried to run my first scenario but I getting an error, it's my first time to use Calabash and i'm not really a developer I'm only a QA tester I don't have any idea how to fix this problem can you show me or steps to fix this?
**Scenario: Example steps**
# features/my_first.feature:6
Unable to find *.xcodeproj in /Users/FDMCarlo (RuntimeError)
/Library/Ruby/Gems/2.0.0/gems/calabash-cucumber-0.16.3/lib/calabash-cucumber/launch/simulator_launcher.rb:106:in `derived_data_dir_for_project'
/Library/Ruby/Gems/2.0.0/gems/calabash-cucumber-0.16.3/lib/calabash-cucumber/launch/simulator_launcher.rb:223:in `app_bundle_or_raise'
/Library/Ruby/Gems/2.0.0/gems/calabash-cucumber-0.16.3/lib/calabash-cucumber/launcher.rb:573:in `relaunch'
/Users/FDMCarlo/features/support/01_launch.rb:27:in `Before'
Given I am on the Welcome Screen # features/step_definitions/my_first_steps.rb:1
Then I swipe left # calabash-cucumber-0.16.3/features/step_definitions/calabash_steps.rb:222
And I wait until I don't see "Please swipe left" # calabash-cucumber-0.16.3/features/step_definitions/calabash_steps.rb:158
And take picture # calabash-cucumber-0.16.3/features/step_definitions/calabash_steps.rb:217
Failing Scenarios:
cucumber features/my_first.feature:6 # Scenario: Example steps