Apple developer account teams not showing up on VS Mac

后端 未结 3 1132
离开以前
离开以前 2021-01-02 23:58

When I log in my apple id account on Visual Studio Mac Community 2017, teams doesn\'t show up. Do I have to have a paid apple developer account to use this?

There ar

3条回答
  •  醉梦人生
    2021-01-03 00:39

    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

提交回复
热议问题