Xamarin bundle ID not matching provisioning Profile
- by user1019042
I changed my provision profile 'application name' and 'bundle id' and now my xamarin no longer builds successfully and comes back with this message:
Project bundle ID '' does not match specified provisioning profile '15729097-407D-4744-9378-53905C00E62B'
Build: 1 error, 0 warnings
Where is that profile guid stored? I have looked in the info.plist file and there is no mentioning of it.
I hav tried cleaning the build and the solution multiple times and restarting of machine.
I think if I know where that id is stored, it can give me insights on how to fix it.
Your help is appreciated.