XCode로 프로젝트를 하다 위와 "not available in automatic reference counting mode" 라는 에러가 발생함
AutoMatic Reference Counting Mode를 사용할수 없다는 이슈로 나 같은 경우 기존에 cpp로 작성된 코드를 xcode에 넣었다가 발생하였다.
해결방법:
Automatic Reference Counting을 사용할수 없는거니 사용하지 않게 세팅 하면 된다
Project의 BuildSetting에 들어가 Objective-C Automatic Reference Counting을 No로 설정한다