I am facing an issue for which I am giving a try a to explain here. (I don't know I will be able to explain).
I made an iPhone application having the base sdk version current and target OS devices as 3.0 the application was running well until I tried to build for iPhone 5.0.
Now when I am making the build for iPhone 5.0 the build is running fine in debug mode but its crashing in Distribution mode. I am consuming some webservice in the application using SOAP. The first step of authentication using the webservices is working fine in both mode but I am not able to move further in distribution mode. Moreover I feel very helpless as I am not able to find the right place from where the issue is being generated.
I know that's a weird thing to ask but still I am hopeful that somebody would have faced a similar challenge and would have overcome it. So the knowledge-full would enlighten me too.