제이슨킷을 포함해서 Xcode 4.4 이상에서 컴파일하면 다음과 같은 경고들이 뜬다.


1. Format specified type 'unsigned long' but the argument has type 'NSUInteger' (aka 'unsigned int')


http://stackoverflow.com/questions/4998722/why-does-only-nslog-warn-me-about-using-the-lu-string-format-specifier-for-nsui



2. Direct access to objective-c's isa is deprecated in favor of object_setClass() and object_getClass()


http://stackoverflow.com/questions/11735460/multiple-format-string-issue-warnings-in-jsonkit-m-after-upgrading-to-phonegap



대충 읽어보니...현재 버전에서 문제는 없지만 노란 경고가 줄줄이 뜨니 기분이 영 마뜩찮다.


추가한 광고 패키지에 들어있는 제이슨킷 메서드 관련된 부분인데, 직접 수정해도 되지만 요거 수정해달라고 해야 할 듯...


아무튼 해결책은 다음과 같다.


https://issues.apache.org/jira/browse/CB-1164



+ Recent posts