I am trying to make a build on Microsoft app center and my repository have connected from VSTS but I am facing this error its not my bundle id I have using another one bundle id in my project that is live on App store. but I can't understand how this error are showing.
Info.plist : error : Project bundle identifier 'com.companyname.Relyfy' does not match specified provisioning profile '83b9c1b7-ad1a-48c4-8322-6e4cff2dc90a' [/Users/vsts/agent/2.131.0/work/1/s/Relyfy/iOS/Relyfy.iOS.csproj] Done Building Project "/Users/vsts/agent/2.131.0/work/1/s/Relyfy/iOS/Relyfy.iOS.csproj" (Rebuild target(s)) -- FAILED.
Build FAILED.
"/Users/vsts/agent/2.131.0/work/1/s/Relyfy/iOS/Relyfy.iOS.csproj" (Rebuild target) (1) -> (_DetectSigningIdentity target) -> Info.plist : error : Project bundle identifier 'com.companyname.Relyfy' does not match specified provisioning profile '83b9c1b7-ad1a-48c4-8322-6e4cff2dc90a' [/Users/vsts/agent/2.131.0/work/1/s/Relyfy/iOS/Relyfy.iOS.csproj]
Any help is appreciated.