Multiple commands produced error xcode 10 [duplicate]
I found the solution for this build error, for anybody else having the same issue with Xcode 10 build system, follow the following steps to fix it: In Xcode, go to File->Project/Workspace settings. Change the build system to Legacy Build system. It will resolve the build issue with the new Xcode 10. If you want … Read more