Getting “Expected a property attribute before 'strong'” when compiling an ARC file with LLVM-GCC

后端 未结 3 743
萌比男神i
萌比男神i 2020-12-10 05:47

I have a project that contains some files that are using ARC, and some are not. The ones that are not have the compiler flag that disables ARC. That works fine.

I al

3条回答
  •  醉酒成梦
    2020-12-10 06:03

    You are using wrong complier. LLVM GCC does not supports Strong and other ARC keywords. Please set your complier as LLVM compiler 4.2

提交回复
热议问题