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