square / PonyDebugger

Remote network and data debugging for your native iOS app using Chrome Developer Tools
Other
5.87k stars 595 forks source link

Error: Redefinition of 'Category' as different kind of symbol #176

Closed engmsaleh closed 8 years ago

engmsaleh commented 8 years ago

When I have installed PonyDebugger using Cocoapods, I have got the following error

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.1.sdk/usr/include/objc/runtime.h:50:31: Redefinition of 'Category' as different kind of symbol
kwigginton commented 8 years ago

@engmsaleh Can you give a little more information? We use PonyDebugger with CocoaPods and do not have this issue.

Sounds like you have some code where you redefine the word "Category" as an interface or implementation or something. I refer you to http://stackoverflow.com/questions/6814694/error-category-declared-as-different-kind-of-symbol-in-xcode-4