-
-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Throw error if carthage does not exist #157
Conversation
This one caused me an issue that i have Carthage installed but it kept complaining that it didn;t. :( |
Can you post logs to it doing so? And information about your Carthage installation? |
|
Hmm. Interesting. Does your system respond the same way if you don't capitalize |
Yup. same result.
|
And you're running Appium in the same way as you're running |
yeah, nothing changed. It worked fine without this commit. |
Alright. I'll change it to logging the information instead of erroring out. Though it makes no sense that it wouldn't be able to find it (since all this is doing is running |
Thanks! this should fix the issue :) |
Otherwise we get difficult-to-discern errors in running the WebDriverScript. See, for instance, appium/appium#6853