ryanmaxwell / UIAlertView-Blocks

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

Crahses in XCode 6 #15

Closed RishabhTayal closed 10 years ago

RishabhTayal commented 10 years ago

Crashes when you call [UIAlertView showInView:.....]. Control is installed through cocoapods.

ryanmaxwell commented 10 years ago

can you provide a sample project? I've been using this in xcode6 with no issues.

RishabhTayal commented 10 years ago

I believe it was something related to Cocopods. Fixed. Thanks for your response though.