I'm on Xcode 10.1. Whenever I 'pod install'
anything on my current project, I get this
Command CompileSwift failed with a nonzero exit code
Because of that I'm not able to build anything or some useful 3rd party libraries. Did hours of digging and found out that many people were suffering off this bug.
Tried all the approach but none seem to work. Is this a common Xcode
problem and when does this error occur. I have worked with pod on numerous occasion but never seen this error.
Appreciate the help.