Issue Tracking

not available in automatic reference counting mode

CommitGuy 2024. 7. 8. 09:00

XCode로 프로젝트를 하다 위와 "not available in automatic reference counting mode" 라는 에러가 발생함 

 

AutoMatic Reference Counting Mode를 사용할수 없다는 이슈로 나 같은 경우 기존에 cpp로 작성된 코드를 xcode에 넣었다가 발생하였다.

 

해결방법:

BuildSettings / Apple Clang - Language - Objective-C

 

Automatic Reference Counting을 사용할수 없는거니 사용하지 않게 세팅 하면 된다

Project의 BuildSetting에 들어가 Objective-C Automatic Reference Counting을 No로 설정한다