Apple developer account teams not showing up on VS Mac

后端 未结 3 1133
离开以前
离开以前 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:35

    If you are trying with the free account, teams won't appear in VS but you can see in Xcode. Follow the below step to test the application in the device.

    1. Open Xcode with some kind of test project.
    2. Set the targeted bundle id in plist.
    3. Select the respected team and choose automatic provisioning profile. It will generate all the required cert/profiles and saves on the Mac
    4. Deploy the app in device from Xcode.
    5. Go to VS, use the same Bundle ID which we used in Xcode to run the app.
    6. Hit run on a device - it should work just fine.
    0 讨论(0)
  • 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
    0 讨论(0)
  • 2021-01-03 00:56

    To fix this for me, In Visual Studio for Mac, I:

    1. Opened info.plist
    2. Set option to manually provision
    3. Click on bundle signing options button
    4. Go to the IOS Bundle Signing category
    5. Clear out the file listed in the “Custom Entitlement” field.

    Note: This does not answer the question as to why the original poster’s personal team (used with unpaid developer account) does not show up in Visual Studio for Mac BUT it does solve the problem for why you want you unpaid developer team account to show up (for delvelopment!). Which is inherently why original poster asked the question.

    0 讨论(0)
提交回复
热议问题