Closed Jitu1888 closed 10 months ago
bin/wda/build_info.json i dont have the build_info.json file. What does it contain @nanoscopic @mbilbiesi
bin/wda/build_info.json: repos/WebDriverAgent repos/WebDriverAgent/WebDriverAgent.xcodeproj | repos/WebDriverAgent repos/WebDriverAgent/Carthage/Checkouts/RoutingHTTPServer/Info.plist @if [ -e bin/wda ]; then rm -rf bin/wda; fi; @mkdir -p bin/wda/Debug-iphoneos ln -s ../../repos/wdaproxy/web bin/wda/web $(eval XCODEOPS=$(shell jq '.xcode_build_ops // ""' config.json -j)) cd repos/WebDriverAgent && xcodebuild $(xcodebuildoptions1) $(XCODEOPS) $(xcodebuildoptions2) build-for-testing $(eval PROD_PATH=$(shell ./get-wda-build-path.sh)) @if [ "$(PROD_PATH)" != "" ]; then cp -r $(PROD_PATH)/ bin/wda/; fi; @if [ "$(PROD_PATH)" != "" ]; then ./get-version-info.sh --repo wda > bin/wda/build_info.json; fi; @if [ "$(PROD_PATH)" == "" ]; then echo FAIL TO GET PRODUCTION PATH - you should rerun make; exit 1; fi;
Done. I m able to fix it
its not an issue
@Jitu1888 i"m also facing same issue and struck here, can you please help me out ?