I just created a provisioning profile(distribution) which includes features like push notifications etc... the flow went smoothly and app accepted by apple, every thing is working fine in the production. As app going forward the features increased and going complex coding in the following versions so for safe side i thought to maintain git repository for the app.
Git implementation is done and new features added in the development. Coming to testing part everything working fine including push notifications.
But while submitting to the app store via Xcode 7.1, i am getting (no matching provisioning profiles found for "Applications/project_name.app").
I have tried all the suggestions from stack over flow but no result. For my understanding i just changed version number and uploaded old project again(the project before implementing Git i.e, live version of App store), it is uploading successfully.
I am not getting what exact problem with the provisioning profiles
My Observation: The provisioning profiles are not expired/invalid. if expired/invalid it should not allow me to upload my old project again.