You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
@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?
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'
The text was updated successfully, but these errors were encountered: