I have been looking at the possibility of using thrift for my iOS projects. Unfortunately I found something that trouble me and that is the use of exceptions. In Objective C we are discouraged from using exception, and with ARC we should not use them; unless we want the app to crash.
I am thinking about going through and updating the objective c code to not use exceptions. Has anyone else noted this problem and/or is working on this?
