I want to test if my first app, which is not far from shipping the app store, works in production mode, too. So I added the Production Push SSL Certificate to the appID and added a new app to Urban Airship, so that the app now uses the production servers. First, it didn't work, the app still tried to use development servers and couldn't connect to them. So I changed the Code Signing Identity to Distribution. Then it connects to the production server and I get a device token. But after 1-2 seconds the app crashes and I get the error message: error: failed to launch '/Users/"MyName"/Library/Developer/Xcode/DerivedData/"AppName"-crdfguzuswjwdkfesxsjpooswbgf/Build/Products/Debug-iphoneos/"AppName".app/"AppName"' -- failed to send the qLaunchSuccess packet
What do I have to change?