In the left side of Xcode project, also have another error message: Command CompileSwift failed with a nonzero exit code
Please help me. I has searched all solutions, but nothing can help.
@jrose I had searched and known this case of error (as your mention). But my case is different.
My ZPResultHandlerDelegate declared at ZPResultHandler.h and this header file had imported into SDKPrivateHelper.h and then I imported SDKPrivateHelper.h into module map:
Finally into class MyViewController (Swift class), I imported import SDKObjC on the top. But still cannot use ZPResultHandlerDelegate . The error as above.