Failed to set No to Xcode

I definitely use Xcode 6.3.2, and I was provided with a project in which the "Team" was set to a specific one for my purpose, and I see this parameter as "Unknown" (since I do not have an account associated with this team) . I am trying to set this to No, but Xcode does not allow me to do this. I do not receive a warning when I select "No" in the drop-down list, it simply ignores the choice and returns to the value "Unknown".

How can i solve this?

thanks

+6
source share
2 answers

If it’s possible for you, delete the entire added account from the Accounts tab in Xcode’s settings.

Then set the Code Signing Identity and Provisional Profile to Automatic in build.

Then I think you can install None in Xcode. Hope this works.

+3
source

I have found a way. First, I deleted all accounts. Then he added a valid apple-id and joined the developer program. After that, I can choose my actual team. And only after setting a valid command can I change the command to "No".

+2
source

Source: https://habr.com/ru/post/989783/


All Articles