iOS Disable deprecated warnings with GCC Posted by fra3il on April 24th, 2013. 어쩔 수 없이 deprecated 된 코드를 사용하는 경우, 아래와 같은 방법으로 경고를 없앨 수 있다. View the code on Gist. 관련 링크 iOS: how to suppress “deprecated” warnings in XCode? Suppressing deprecated warnings in Xcode fra3il View Comments (0) ...