' No account for team 'LXxxxxxxx' ' build error on Xcode 9.4

13,071

Step 1: Add your team account to Xcode

Add your team account in Accounts preference pane in Xcode.

Step 2: Assign the target to a team

In the target preferences, enable "Automatic manage signing" then assign the target to your team.

Share:
13,071
lamo_738
Author by

lamo_738

Machine Learning and Deep Learning Learner. Python FTW. Moody-coder. Like to engage in different implementation of the same stuff and find innovative ways to make it faster. Avid 'Question-Ask-er' and 'Answer-seeker'. Always probing into new exciting projects. Weakness - procrastination.

Updated on June 22, 2022

Comments

  • lamo_738
    lamo_738 almost 2 years

    I am cloning a Xcode project from github and is my first experience with Xcode projects. I tried simulating on Mac for a device (say iphone SE) and it works fine. However, when I connect a iphone and try to build the project on the target device as my iphone, it gives this error.

    Code Signing Error : No account for team "LXxxxxxxx". Add a new account in the Accounts preference pane or verify that your accounts have valid credentials.

    I have signed into my Apple ID under accounts tab in preferences. Is there is something wrong with account ? or How do I detach from this 'team account' ?

    Could you please provide me some instructions ?

  • lamo_738
    lamo_738 over 5 years
    I not working on a team account. I am just trying out a open source project found on github. So the team should be set to "personal team" right ?