SudzC ARC version - objc_msgSend call causes EXC_BAD_ACCESS using 64-bit architecture
问题 Edit - I've tracked the below issue to a 64-bit vs 32-bit architecture issue... see my posted answer for how I resolved I've used SudzC to generate SOAP code for a web service. They supply you with a sample application, which I was able to use successfully, both on device and simulator. I then started building out my app. I imported the SudzC generated files into a new XCode project using the blank application template (with CoreData and ARC enabled). I got the first SOAP request up and