본문 바로가기

Development/IOS & Mac

'__curl_rule_01__' declared as an array with a negative size

위의 에러에 대한 해결방법은 아래와 같이 고치면 된다.


/* The size of `long', as computed by sizeof. */
#ifdef __LP64__
#define CURL_SIZEOF_LONG 8
#else
#define CURL_SIZEOF_LONG 4
#endif