ARC 썸네일형 리스트형 Cast of C pointer type 'void *' to Objective-C pointer type 어쩌고저쩌고 에러가 나는 경우 이전에는 이런 예러가 없었는데 이전 소스를 새 프로젝트에 넣다가 보면 이런 에러가 생기는 경우가 있다. 일단 cast 문제인데.. 당황스럽다.!!! 다음과같이해서 수정하였다..!! 결론은 캐스팅할때 __bridge 를 같이 넣자이다.!!! ARC with C or C++ code (Chipmunk, Box2D)All is fine and well with ARC in Objective-C land. However, as soon as you also work with C or C++ code — such as the Chipmunk or Box2D libraries, or the Core Foundation framework — you may find yourself facing compiler erro.. 더보기 이전 1 다음