dryark / stf_ios_support

Central repo to connect and document components/repos needed for IOS stf support
Other
153 stars 65 forks source link

Error execute "make clone" or "make all" #119

Open JonathanOrtegon-L opened 1 year ago

JonathanOrtegon-L commented 1 year ago

Hello, i got the latest repo and run make command getting the following error.

Missing brew package(s):
  node@12
Run init.sh to correct
parse error: Invalid numeric literal at line 1, column 3
parse error: Invalid numeric literal at line 1, column 3
parse error: Invalid numeric literal at line 1, column 3
git clone  repos/WebDriverAgent --branch 
error: option `branch' requires a value
make: *** [repos/WebDriverAgent] Error 129

execute init.sh with error with the same error

im execute brew install node@12 with error node@12 has been disabled because it is not supported upstream!

MacBook Pro(Intel) on Ventura 13.4

KostyaSha commented 1 year ago

This repo is extremely outdated and unmaintained, if you still want to try it you sign yourself to fix all build and runtime issues. I was able to build things and https://github.com/DeviceFarmer/stf_ios_support/pull/118 you can find my changes.

den-patrakeev commented 1 year ago

Error fixed in PR: https://github.com/nanoscopic/stf_ios_support/pull/122