- Home /
always having to fix errors in xcode
So I'm at the point in my game where testing occurs constantly. Every time I build to my iphone, several things occur that slow down the process. First, the team for the app is always set to None, so I have to select my personal team every time I build. Once that's fixed, Xcode tries again to build, then fails. It locates a bunch of errors in MetalHelper.mm: "Use of undeclared identifier 'MTLPicelFormatBGR10_XR_sRGB'; did you mean 'MTLPixelFormatBGRG422?", "Use of undeclared identifier 'MTLPixelFormatBGR10_XR'; did you mean 'MTLPixelFormatBGRG4422?", and several more like these. Call me lazy, but it's really annoying to have to go in and fix all these issues every single time I go to build to my iphone. Anyone know what's going on?
Problems are occurring in xcode, however I suspect that they may be caused by the unity build process :(
Your answer
Follow this Question
Related Questions
Not pushing content to device 0 Answers
Unity jenkins simultaneous build hangs on shader compiling 1 Answer
I can't build a game for android 2 Answers
Build & Run won't finish 0 Answers
buildPlayerOptions.scenes 0 Answers