ios xcode 8 errors

what/why are these ui errors stopping my ios cloud build?

Unity version: 5.5.latest
XCode version: latest(8)
Source control: SVN
Local build platform: Windows?
Build target: iOS
Project UPID 85db5d9d-62ea-472c-aa38-545447793261

Log:
268: [xcode] /BUILD_PATH/company.app.default-ios/temp.4MsqS5/Libraries/RegisterMonoModules.cpp:3719:16: error: use of undeclared identifier ‘Unity’
269: [xcode] /BUILD_PATH/company.app.default-ios/temp.4MsqS5/Libraries/RegisterMonoModules.cpp:3725:16: error: use of undeclared identifier ‘UI’
270: [xcode] /BUILD_PATH/company.app.default-ios/temp.4MsqS5/Libraries/RegisterMonoModules.cpp:3733:16: error: use of undeclared identifier ‘UI’
271: [xcode] /BUILD_PATH/company.app.default-ios/temp.4MsqS5/Libraries/RegisterMonoModules.cpp:3745:16: error: use of undeclared identifier ‘UI’
272: [xcode] /BUILD_PATH/company.app.default-ios/temp.4MsqS5/Libraries/RegisterMonoModules.cpp:3749:16: error: use of undeclared identifier ‘TextRendering’

I’ve started some clean builds on your project, then I’ll take a look

  • Sophia

Does this build locally from a fresh checkout?

  • Sophia

Thanks for the quick response - I did not have access to a Mac lately to test locally but it was until recently.

Have recreated this on local PC and found there is a regression issue: Unity Issue Tracker - [iOS] XCode fails to build Mono build for iOS with errors: "Use of undeclared identifier 'Unity', 'UI', 'TextRendering'"
for anyone else who gets it.

The issue if very disappointing and time wasting but not related to Cloud Build specifically!