You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running the code from Quick Instruction - Setup, it takes a while, prints a lot of things and finishes with a curl error. This is the end of the execution:
+ rm -rf /Users/maisa/Documents/Lab_de_bagunca/Hacktoberfest/Kitura-HelloWorld-iOS/iOSStaticLibraries/Curl
+ echo'ERROR: Building /Users/maisa/Documents/Lab_de_bagunca/Hacktoberfest/Kitura-HelloWorld-iOS/iOSStaticLibraries/Curl failed.'
ERROR: Building /Users/maisa/Documents/Lab_de_bagunca/Hacktoberfest/Kitura-HelloWorld-iOS/iOSStaticLibraries/Curl failed.
+ echo'See the logs in ./CurlBuildLogs directory'
See the logs in ./CurlBuildLogs directory
+ echo'Try curl version 7.43.0 from https://curl.haxx.se/download/ - it worked for us.'
Try curl version 7.43.0 from https://curl.haxx.se/download/ - it worked for us.
+ echo'Also, remember to run xcode-select --install each time you update your Xcode'
Also, remember to run xcode-select --install each time you update your Xcode
+ exit 1
I'm using MacOS Mojave v10.14. When executing curl --version this is the message:
I'm not able to execute make openXcode or make openXcode32:
make NUMBER_OF_BITS="64" prepareXcodeAll
Please download a curl source, uncompress it and run Builder/Scripts/buildCurlStaticLibrary.sh <the uncompressed curl directory>
You can download curl source from https://curl.haxx.se/download/
exit 1
make[1]: *** [iOSStaticLibraries/Curl] Error 1
make: *** [prepareXcode] Error 2
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
@vadimeisenbergibm The same error reported above for MacOS Mojave v10.14 appears now for MacOS Catalina v10.15 and the /Library/Developer/CommandLineTools/Packages/ folder, mentioned in your comment, is no longer available. Could you please suggest another fix? Thanks a lot.
Description
After running the code from Quick Instruction - Setup, it takes a while, prints a lot of things and finishes with a curl error. This is the end of the execution:
I'm using MacOS Mojave v10.14. When executing curl --version this is the message:
Problem
I'm not able to execute make openXcode or make openXcode32:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: