rmeador
rmeador

Reputation: 25694

install release version of app from xcode

I'm developing an iPhone app and my beta users (via Hockey) have reported some issues I can't reproduce. I believe it is related to a difference in builds between what I get when I run on my device via xcode, and what the test users get from the archive package via hockey. Is there some way I can get xcode to put the same version on my device that I release to the test users?

Upvotes: 0

Views: 1760

Answers (1)

rmeador
rmeador

Reputation: 25694

Well, I figured it out... I guess it's just that I don't understand xcode very well. The answer is to edit (or duplicate and then edit) the Scheme you're using to build the app. This can be found on the product menu. Set the "run" configuration to "release" and then do a clean build and run, and for me at least I was able to reproduce the issues the beta testers were seeing with the release archive.

Upvotes: 5

Related Questions