4

im tryin to upgrade icy to iOS3/4+ but when im building it, it gives me this error: curl/curl.h: No such file or directory how can i make this to work? i've read about adding cURL in the frameworks but i already did that and it gives me the same error... please help!

DyZee
  • 43
  • 3

2 Answers2

0

Somewhere in your IDE's build settings you should find a Header Search Paths setting (or something similarly named). If you're building from the command-line, look for a search path option. Add the directory where curl.h resides to that list.

Zak Arntson
  • 372
  • 2
  • 8
0

You have to set path to your curl headers in the Header Search Paths section

enter image description here

Nik
  • 9,063
  • 7
  • 66
  • 81