Skip to content

Instantly share code, notes, and snippets.

@edwardean
Created December 22, 2015 07:20
Show Gist options
  • Select an option

  • Save edwardean/e2f7228c95e6ac727207 to your computer and use it in GitHub Desktop.

Select an option

Save edwardean/e2f7228c95e6ac727207 to your computer and use it in GitHub Desktop.
针对Xcode能自动探知重名的category方法的问题,暂时找到了一个办法。
在工程的环境变量中加上OBJC_PRINT_REPLACED_METHODS并且值为YES,那么Xcode会自动log出重名的category方法
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment