I am having an issue building and Unity build in Xcode to iOS. My fellow colleague who has the same version of the project and Xcode and Unity can build fine. My build gets to ‘Building 379 of 385 tasks’ and never completes.
One difference, that he doesn’t get, is that I have over 65,000 warning mostly comprising of ‘This function declaration is not a prototype’. I’ve tried looking into solutions for this and have not been able to find any. Another warning I get is 'Implicit conversion loses integer precision: ‘MTLPixelFormat’ to ‘unsigned int’.
I really want to know how to begin to debug what is going on here but I’m not even sure where to begin looking. Any help would be much appreciated!