Post

Replies

Boosts

Views

Activity

How to skip this warning to complete the build in Xcode?
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
1
0
212
Mar ’25
[SSL Pinning] NSPinnedDomains is not working on my testing
Hi, Just follow the related post to implement this method in the app, but it gave me error, like: "An SSL error has occurred and a secure connection to the server cannot be made" the info plist configuration like below, NSPinnedDomains mysite.com NSIncludesSubdomains NSPinnedCAIdentities SPKI-SHA256-BASE64 r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E= The pub key is right for me, since it works when I use different pub key pinning through URLSession interface. So here, I dont know where to start the troubleshooting, any advice would be appreciated.
0
0
292
Dec ’24