Error of arc forbids explicit message send of release generated by xcode Compilation

Source: Internet
Author: User

If you don't know what arc is, You can Google it.

Problem: the current project is not arc, but the third-party libraries we want to reference, such as afnetworking on git hub, mostly support arc. Therefore, the error "arc forbids explicit message send of release" is generated during compilation.

Solution: add the-fobjc-arc parameter to the file that requires arc compilation.

Using xcode 4.5 As An Example

Click the current project name on the left side of xcode, click targets on the right side, expand build phases, expand compile source, find the file name of the compilation error, double-click it, add the-fobjc-arc parameter, save, recompile the Clean Project to solve the problem.


PS: to check whether your current project has enabled arc, click the project name on the left of xcode,Open "build setting" and find "clang_enable_objc_arc"

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.