Pages

Tuesday 16 December 2014

" "_curl_easy_cleanup", referenced from: " error occurred in cocos2dx




Undefined symbols for architecture :
  "_curl_easy_setopt", referenced from:
  "_curl_easy_cleanup", referenced from:
  "_curl_easy_init", referenced from:
  "_curl_easy_perform", referenced from:


this above error usually comes when updated the Xcode OR added arm64 architecture in project build, so cocos2dx library gives error like above.


For resolve the issue follow the following steps -->

1] Firstly delete the file "libcurl.a" from the project and clean it


2] then after download the following file



3] find out the libcurl.a file in downloaded file(folder/zip) 
    
and add in the project.


Now, your problem will be resolve for (arm64 bit architecture ) (iOS 8 support/ iphone plus support)

No comments:

Post a Comment