Contents

조회 수 1993 댓글 0
Atachment
첨부 '1'
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
카테고리(Category) 확장 메소드를 못찾는 경우

오픈 소스나 3rd party 프레임워크를 가지고 왔는데, 빌드시 오류도 없고 소스도 잘 가지고 있는 카테고리의 경우 실제 실행시 해당 확장한 카테고리의 메소드를 못 찾는 경우가 있다.

해결방법은,
TARGETS >  앱명 > Build Settings > Linking “Other Linker Flags” 에 “-ObjC” 추가해 준다.

(ex)
xxx.m에서 사용한  #import "NSMutableArray+aaa.h”의 객체 queue가 있는 경우, 얘의 메소드 enqueue를 못 찾고 죽는경우

<오류스타일>
2014-04-15 19:28:23.093 BookPlayer[3352:60b] -[__NSArrayM enqueue:]: unrecognized selector sent to instance 0x17d46270
2014-04-15 19:28:23.098 BookPlayer[3352:60b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSArrayM enqueue:]: unrecognized selector sent to instance 0x17d46270'
*** First throw call stack:
(0x2ead4fd3 0x39281ccf 0x2ead8967 0x2ead7253 0x2ea267f8 0x84831 0x80fb1 0x7eeb7 0x31326057 0x31325ff7 0x31325fd1 0x31311737 0x31325a4f 0x31325721 0x313206eb 0x312f58ed 0x312f3f97 0x2eaa025b 0x2ea9f72b 0x2ea9df1f 0x2ea08f4f 0x2ea08d33 0x3390d663 0x3135416d 0x740c5 0x3978eab7)
libc++abi.dylib: terminating with uncaught exception of type NSException

otherlink.jpg




[참고] http://stackoverflow.com/questions/10442653/unrecognized-selector-calling-category-method-in-static-ios-library
Your 3rd party framework is probable using a category on a existing (apple) class. But to load/find the category you need to add the -ObjC flag in the build settings under Other Linker Flags
[출처] http://funnyrella.blogspot.kr/2014/04/104.html

?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
841 Develop [ios] APNS 샘플 코드.. secret hooni 2013.06.27 0
840 Develop [ios] 패스(path) 앱 메뉴 스타일 secret hooni 2013.06.11 0
839 Develop [c#] 전자금융보안론 발표/설치 자료(툴바 소스코드) secret hooni 2016.05.07 0
838 Develop [ios] 스터디 자료 (from 종길M) secret hooni 2013.06.04 0
837 Develop 이어서 작업할 내용~ secret hooni 2013.11.21 0
836 Develop DDay Memo 1.9.4 소스코드 secret hooni 2015.10.03 0
835 Develop [iphone] PerfectlyClear 보정솔루션 최신.. secret hooni 2013.05.28 0
834 Develop 사이버보안실무 수업 메모 secret hooni 2017.03.23 0
833 Develop [ios] 최신 UI 모음.. (나중에 정리할 것) secret hooni 2013.08.09 0
832 Develop [js] 2048 예쁘게 만들고 있는거.. ㅋㄷ secret hooni 2015.01.30 0
831 Develop 아이 훌레시 작업중 ㅋㅋ secret hooni 2013.08.09 0
830 Develop [ios] IB 없이 개발하기 (html) secret hooni 2013.05.31 0
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 71 Next
/ 71