-
Notifications
You must be signed in to change notification settings - Fork 65
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
Failed setup on Mac OS Catalina #100
Comments
. If you install go 1.5 with brew instead and then add path variable like goroot and go bin zshrc, the problem will be fixed. |
Hello, I had manually installed GoLang and it was version 1.5.x, but when I had to install Brew he updated everything to version 1.16.x. I tried to uninstall via brew golang and reinstall it again specifying version 1.5 but it doesn't work:
I don't understand why Brew is still used for these projects, when it is possible to install all the necessary software without using it. In the end I downloaded and installed golang as I always did via the link: when i launch the build i have this "warning":
the build now throws a runtime error with version 1.5.1:
I need a specific version of golang? Thank you. |
Hello, it took a while but in the end I managed to move on but there are still problems: First I relaunched the init and had brew reinstall everything:
Then I configured golang as described on this guide Then I checked the dependencies as described here
instead of using the suggested command, I used:
and in the next build it worked. Then another error on "view_log.go":
i did it this way and it looks like it worked:
now the last error that I still have not solved:
although this problem has already been reported here #95 |
@antwal First of all, hi, sorry for being late. I guess it is about the index structure changed in 1.16 in the previous problem. I solved the problem similar to yours with my own method. The second problem is that in the problem with wda, since the need for the web driver agent has been removed from the cartaga, bootstrap.sh is now deleted under the scripts folder. You will see that it has created build info with boostrap.sh where there are wda build code lines in the makefile file in the project. 1.Solution: To get rid of this problem, first delete the wda folder and switch to the old version with boostrap sh. This is the release: https://github.com/appium/WebDriverAgent/releases/tag/v2.35.1 -->xcode version 12.4 2.Solution. :or edit makefile compilation operations to current wda |
@ahmetdellall Hi, no problems, thanks for the reply. I was building and installing the package manually on each device and it works; I tried removing the line on the Makefile, but it keeps throwing me errors:
The thing is very strange, because compiling manually works without problems |
@antwal hello, did you open WebDriverAgent.xcodeproj xcode and define apple account and certificates from settings? |
Hello,
I tried to install it on catalina, although I was puzzled at first as Brew is used;
in fact, at the end of the installation, brew had messed up and corrupted several software already installed including xcode.
I wasted 1 full day correcting errors and problems manually, even though it was already almost everything installed without using Brew but I saw that there was no way to make it work without it.
Now the next step with the "make all" command generates an error on "ios_video_pull":
I tried to run the suggested command but it always got the same error:
how do i solve the problem to continue the installation?
Thank you.
The text was updated successfully, but these errors were encountered: