Apple developer account teams not showing up on VS Mac

In case of a personal free account, teams won't appear in VS but will appear in XCode. Every time you need to generate new provision you have to:

  1. open XCode with some kind of test project
  2. set the targeted bundle id in plist (this step is important as long as provision is tightly coupled with the bundle id)
  3. deploy to a device from XCode, it will generate all the required cert/profiles and saves on the Mac
  4. go to VS, make you your bundle id in the real app is the same you just generated provision for
  5. hit run on a device - it should work just fine