-
Notifications
You must be signed in to change notification settings - Fork 16
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
Cannot run make Builder/Makefile #16
Comments
@something24 Sorry, could not get to it earlier. Strange, for me it works:
The file that your error message says is missing, is here https://github.com/IBM-Swift/Kitura-Builder-iOS/blob/1b787a2ff78e63f3955e5b27b2f9f8c3503b5c73/Scripts/set_deployment_version.rb . |
@something24 Can you check that the file exists in your directory, Builder/Scripts/set_deployment_version.rb ? |
Hi Vadim, for some reason the file doesn't exist in the directory. Even when I try and download the missing file, I get this message: "[setDeploymentVersionOfSharedServerClient] Error 1 You can find the complete log here: Could you please help? |
@something24 I would just clone a fresh copy and run the make there. |
I already tried doing that many times unfortunately... |
#something24 Another option is to clone each of the repositories, ClientSide, ServerSider, Builder, manually. The modules and their repositories are specified in https://github.com/IBM-Swift/Kitura-HelloWorld-iOS/blob/master/.gitmodules. |
When I run the command above I get the following message: *** [setDeploymentVersionOfSharedServerClient] Error 1
ruby Builder/Scripts/set_deployment_version.rb SharedServerClient/SharedServerClient.xcodeproj 11.2
ruby: No such file or directory -- Builder/Scripts/set_deployment_version.rb (LoadError)***
Any idea why please?
The text was updated successfully, but these errors were encountered: