Problem
Your iOS application crashes in release builds when making web requests using the ASIHTTPRequest library.
Solution
Disable optimisations on the files ASIFormDataRequest.m and ASIHTTPRequest.m by adding the flag ‘-O0’ (capital letter O followed by zero).