Search code examples
xcodedynamicwarnings

XCode 6.3 Warning: synthesize property


In new Xcode 6.3 I get this warning:

Auto property synthesis will not synthesize property 'homeInt'; it will be implemented by its superclass, use @dynamic to acknowledge intention

How I can remove it?


Solution

  • I simply removed this property declaration, because it has already been declared in parent class