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
Hi, we are trying to start to experiment with the project.
We are have thorboling to install the example project in macOS Catalina 10.15 with Xcode 11.
We tried to solved it with this solution: 'curl/curl#3189 (comment).' but it doesn't succeed.
We tried to deleting all the dependence of Xcode too and run the code from Quick Instruction - Setup, but nothing.
The first error is:
Building /Users/Kitura-HelloWorld-iOS/iOSStaticLibraries/Curl failed.
Hi, we are trying to start to experiment with the project.
We are have thorboling to install the example project in macOS Catalina 10.15 with Xcode 11.
We tried to solved it with this solution: 'curl/curl#3189 (comment).' but it doesn't succeed.
We tried to deleting all the dependence of Xcode too and run the code from Quick Instruction - Setup, but nothing.
The first error is:
Building /Users/Kitura-HelloWorld-iOS/iOSStaticLibraries/Curl failed.
Checking the ./CurlBuildLogs directory appiers this error:
libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I../include/curl -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL -DCURL_STATICLIB -DCURL_HIDDEN_SYMBOLS -fvisibility=hidden -arch arm64 -pipe -Os -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk -fembed-bitcode -Qunused-arguments -MT libcurl_la-url.lo -MD -MP -MF .deps/libcurl_la-url.Tpo -c url.c -o libcurl_la-url.o
url.c:55:2: error: "We can't compile without socket() support!"
#error "We can't compile without socket() support!"
^
1 error generated.
make[1]: *** [libcurl_la-url.lo] Error 1
make: *** [install-recursive] Error 1
We are doing thonging wrong?
The text was updated successfully, but these errors were encountered: