Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.
This repository was archived by the owner on May 3, 2021. It is now read-only.

Unable to compile under Xcode 7 beta 5 and iOS 9 beta 5 #56

@tomislav

Description

@tomislav

I'm getting this error when compiling with Xcode 7 beta 5 and iOS 9 beta 5 in DFImageView.m.

Nullability specifier 'nonnull' conflicts with existing specifier 'nullable'

- (nonnull instancetype)initWithCoder:(NSCoder *)decoder {
    if (self = [super initWithCoder:decoder]) {
        [self _commonInit];
    }
    return self;
}

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions