Hi,
When build our project on one Mac/Xcode, build got interrupt and failed, it state that
"The signature of "xxxxxx.x-framework" cannot be validated and may have been compromised. Validation Error: The signing certificate has been revoked (CSSMERR_TP_CERT_REVOKED)"
One strang thing is this build failed only on Xcode/mac, but the exact the project could be built successfully.
So question here:
- How can skip this warning to make the project build successfully?
- More curious, how this interrupt only happened on one Xcode, while others are ok?
Thanks, KK