iPhone SIGSEGV crash with any level of Optimization using ARC+ASIHTTPRequest
问题 I currently use ASIHTTPRequest for synchronous requests I recently refactored my code to comply with ARC and omit the ASIHTTPRequest class using the compiler flag -fno-objc-arc I have a _mh_execute_header SIGSEGV crash when I use any type of optimization While turning off all optimization allows my app to run - I need to be able to optimize the app using the iOS default settings which use Fastest, Smallest [-Os] Since this is a memory related issue and since the only manually managed memory