I can test a release configuration just fine in the simulator, but it doesn’t work on my device. I can install the app package onto the device just fine, but it won’t run directly from xcode. Is there a way to do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Go into the build settings for that target and change the Code Signing Identity for Release: Any iOS SDK to a developer profile instead of distribution. This will let you run a release configuration in the debugger. Just remember to revert it back to distribution when you submit!