- Home /
Xcode builds that used to work now failing with missing development team error
apparently some component update caused this. In the past I have always used automatic signing and I just had to select the team the first time I opened the new unity built xcode project. Apparently in the past when I did this xcode then filled in the team in all necessary build settings. Now I figured out that xcode just fills in the team for release. The fix is in build settings to select the team in the top level Development Team pull down and every underlying setting gets updated And you can build again.
Answer by sexton_unity · Apr 06 at 07:40 PM
apparently some component update caused this. In the past I have always used automatic signing and I just had to select the team the first time I opened the new unity built xcode project. Apparently in the past when I did this xcode then filled in the team in all necessary build settings. Now I figured out that xcode just fills in the team for release. The fix is in build settings to select the team in the top level Development Team pull down and every underlying setting gets updated And you can build again.
Your answer

Follow this Question
Related Questions
Invalid PBX project Unity 5 0 Answers
Why is an empty iOS project building to 233mb in size? 1 Answer
ITMS-90086 Missing 64-bit support,I got this error in Xcode 1 Answer
il2cpp code generation issue 1 Answer
Apple Mach-O Linker (ID) errors 0 Answers