square / PonyDebugger

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

warnings in new Xcode in PDDOMDomainController and PDInspectorDomainController #149

Closed mackuba closed 9 years ago

mackuba commented 9 years ago

Xcode 6.3 says:

PDDOMDomainController.h:19:44: Auto property synthesis will not synthesize property 'domain'; it will be implemented by its superclass, use @dynamic to acknowledge intention

PDInspectorDomainController.h:17:50: Auto property synthesis will not synthesize property 'domain'; it will be implemented by its superclass, use @dynamic to acknowledge intention

davidapgar commented 9 years ago

I just tested and build with Xcode 6.4, and don't seen warning/errors for these cases (build cleans with warning).

Closing this, if it does still reproduce for you off of master, please reopen.

mackuba commented 9 years ago

Yup, looks clean now, thanks.