wimagguc / ios-custom-alertview

Custom UIAlertView. Continue adding images and UIViews to dialogs in iOS7+
Other
1.66k stars 394 forks source link

code crash #17

Closed sanjeev141985 closed 10 years ago

sanjeev141985 commented 11 years ago

-[__NSArrayI release]: message sent to deallocated instance 0x9b1fcb0

wimagguc commented 11 years ago

This sounds like an issue with using arc code in a non-arc project. In these cases you might want to set an exception in Xcode - as explained in http://stackoverflow.com/questions/10523816/how-to-enable-arc-for-a-single-file Let me know if it helps.