본문 바로가기

개발/App Developer

컴파일 경고 및 에러 메시지-예문

Property 'indexArray' requires the methd 'setIndexArray:' to be defined

- use @synthesize, @dynamic or provide a method implementation

 

--> interface 에서 멤버 객체로 만든 뒤에 @property 지시자를 지정했을 때

      implementation 에서 @synthesize 를 해야 한다는 메시지