Include not found compile error in Xcode 4.2

前端 未结 4 963
深忆病人
深忆病人 2020-12-16 13:38

I\'m getting include not found compile error in XCode. I have an iOS app project that i use Objective-c and c++ as mix.

Initially, i created one .h file and one .c

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-16 14:12

    select project -> build setting -> apple LLVM compiler 5.1 -> language

    In Compile Sources As change to Objective-C++

提交回复
热议问题