ryanmaxwell / UIAlertView-Blocks

Category on UIAlertView to use inline block callbacks instead of delegate callbacks.
MIT License
425 stars 58 forks source link

No longer compiles with iOS 7 #19

Closed MKevin3 closed 9 years ago

MKevin3 commented 9 years ago

(notnull) and other areas not defined under iOS 7 - switched back to 0.8.1 so I can continue to use the library as I still need to support iOS 7 devices.

ryanmaxwell commented 9 years ago

What version of Xcode are you running?

MKevin3 commented 9 years ago

I am using AppCode (from IntelliJ) version 3.1.5 but I also have Xcode 6.3. I did not try it under Xcode as I tend to use as little as possible.

 On Tuesday, April 14, 2015 2:44 PM, Ryan Maxwell <notifications@github.com> wrote:

What version of Xcode are you running?— Reply to this email directly or view it on GitHub.

ryanmaxwell commented 9 years ago

AppCode will need to update their software to support the new nullability annotations. This is not an issue with this pod so i'm going to close it.