Curl not getting added cocos2dx v3.17

I have downloaded zip file of cocos2dx. And have setup the project using setup.py.

But when I am trying to uses “curl/curl.h” it cannot find it. Is curl not supported on iOS anymore.

My whole library on turn base match is based on it. If this a problem than what are the alternatives.

I recently upgraded from ver 2.2.6

you can also just drop in curl.h, and use it. external/curl/

Fixed it by adding another field to “header search path” in Build Settings of project

$(SRCROOT)/…/cocos2d/external/curl/include/ios