I'm having a problem with Xcode and GIT. I have my provisioning profile set to "auto select", on my computer the profile selected is correct (Com.Company.App), but when my partner updates their code rather then selecting their correct version of the profile, it selects the Team Profile (Com.Company.*).
How do I tell Xcode that I want it to explicitly use the com.company.app profile and not the team profile ?
Thanks for the assistance.
EDIT: Updating this question with some additional information. The issue is coming from Xcode auto selecting the 1st Team profile in my list (I have multiple team profiles for various clients) The client that I am working on is number 3 on the list... If I manually select the correct profile everything works properly, until I update from GIT and then it defaults back to the 1st one on the list... Its very frustrating...