chrismiles / EZForm

iOS form handling and validation library.
MIT License
284 stars 64 forks source link

EZFormValueTransformer.m:63:33: Implicit conversion from nullable pointer 'id _Nullable' to non-nullable pointer type 'id _Nonnull' #82

Open dong opened 8 years ago

dong commented 8 years ago

Demo projects compile failed at : EZFormValueTransformer.m:63:33:

Does anyone have the same issue?

jessedc commented 8 years ago

There are issues with compiling EZForm with Xcode 7. You'll find the develop branch has the a number of new commits that fix these issues.

I will be updating the cocoapods in the coming days as I confirm the fixes are good enough.

frakman1 commented 8 years ago

I had the same error (XCode 7). I went with the latest from the 'develop' branch and now it works. Thank you !