Skip to content
This repository has been 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

Closed
tomislav opened this issue Aug 22, 2015 · 3 comments
Closed

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

tomislav opened this issue Aug 22, 2015 · 3 comments
Assignees
Labels
Milestone

Comments

@tomislav
Copy link

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;
}
@kean
Copy link
Owner

kean commented Aug 22, 2015

Hi, pull request would be nice, we don't use Xcode 7 yet.

@kean kean self-assigned this Aug 23, 2015
@kean kean added this to the 0.7.0 milestone Aug 23, 2015
@kean kean added the bug label Aug 23, 2015
@kean
Copy link
Owner

kean commented Aug 23, 2015

Done (see develop branch). Also resolves "Method override for the designated initializer of the superclass '-init' not found" warning by marking -init unavailable where necessary.

@kean kean closed this as completed Aug 23, 2015
@kean
Copy link
Owner

kean commented Aug 23, 2015

Also disable ATS (app transport security) in demo project.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants