Reputation: 49
I have a problem regarding running my application with a Distribution certificate. The application will work fine with a Development certificate on my iPod Touch. Once I change the Code Signing Identity to a Distribution certificate and specify an Entitlements file, the application crashes on launch. Is there anything I can do to correct this? Thanks in advance!
Upvotes: 0
Views: 303
Reputation: 4336
Why not just compile as release? That should be the same as distribution but use your development certificate.
Upvotes: 0