calabash / run_loop

The bridge between Calabash iOS and Xcode command-line tools like instruments and simctl.
Other
32 stars 41 forks source link

App Detection Algorithm is not detecting app from local directories #452

Open arulami opened 8 years ago

arulami commented 8 years ago

Local Directories are skipped if there is an Xcode project. App detection algorithm should search local directories even if there is an Xcode project available.

Replicate Steps: Prerequisite: Xcode project should be available [1] Build an app using 'build script' through command line tool [2] .app should be generated in the path ./Products/app/sampleX.app [3]run - bundle exec calabash-iso console [4] App detection algorithm detects an app from '/Users/arulamirtharaj/Library/Developer/Xcode/DerivedData'

jmoody commented 8 years ago

@arulami

I am afraid that I have to keep pushing this next release because priorities have changed.

This would be a great improvement!

I will keep it in the Current pipeline so anyone who is interested can pick it up.

arulami commented 8 years ago

@jmoody Thanks for keeping it in current pipeline as an enhancement.

ark-konopacki commented 8 years ago

@arulami @jmoody Maybe i'll have time to take a look on that issue but i'm not sure i get the idea. You want to search local folders first for *.app files? Like start with current folder where calabash-ios console launched?