Troubleshooting Xcode 6 Compilation Cocos2d-x iOS project failed

Source: Internet
Author: User

Compiling the Cocos2d-x iOS project in Xcode 6 beta may fail with the following error:

Undefined Symbols for Architecture i386:

"_fwrite$unix2003", referenced from:

_unixerrorhandler in Libcocos2dx ios.a (TIF_UNIX.O)

_unixwarninghandler in Libcocos2dx ios.a (TIF_UNIX.O)

_empty_output_buffer in Libcocos2dx ios.a (JDATADST.O)

_term_destination in Libcocos2dx ios.a (JDATADST.O)

_fax3printdir in Libcocos2dx ios.a (TIF_FAX3.O)

_predictorprintdir in Libcocos2dx ios.a (TIF_PREDICT.O)

"_strerror$unix2003", referenced from:

_tiffopen in Libcocos2dx ios.a (TIF_UNIX.O)

Ld:symbol (s) not found for architecture i386

Clang:error:linker command failed with exit code 1 (use-v to see invocation)

As shown in the following:


The workaround is simple, just add the following code to the AppDelegate.cpp:

extern " C " {    constvoid *a, size_t B, size_t C, FILE *d)    {        return Fwrite (A, B, C, D);    }     Char int errnum)    {        return  strerror (errnum);    }}

Troubleshooting Xcode 6 Compilation Cocos2d-x iOS project failed

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.