Skip to content

88 warnings when building on Xcode 6.3 for iOS 8.3 #23

@lightbow

Description

@lightbow

Pods/LIFXKit/LIFXKit/Classes-Common/LXProtocolMessages.h:17:48: Auto property synthesis will not synthesize property 'payload'; it will be implemented by its superclass, use @dynamic to acknowledge intention

I had to go through my own code as well after upgrading, to fix a few cases of this issue. Basically, any time a subclass redeclares a property with a different type (a common pattern I used as well) you'll get a compiler warning now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions