Agreed. I absolutely dread when the time comes to build for distribution. It never goes smoothly. Sometimes I get it working in just a few tries, sometimes it takes a couple of hours.
I just went through this last night. Here is a tip to try that is straight from Apples docs that got things working finally. First, make sure all your setting are correct (distribution checked, bundle id, etc). Clean All Targets, close XCode, then manually delete the build folder (not sure what clean is doing for me if I delete the build folder). Then open XCode back up, check all your settings again and build. It worked for me last night.
|