David Cacenabes

Results 7 comments of David Cacenabes

It's crashing for me too in this exact line. I have a dynamic blur view and change its blurRadius dynamically based on some scroll view's content offset.

We are having the same problem. For us it works too in 2.207.0, the breaking change is definitely in 2.208.0.

Looks like the Apple Worldwide Developer Relations Certificate is missing from the keychain, and for that reason our distribution certificate is flagged as invalid.

I have a workaround for this. 1. Download the certificate you use from: https://www.apple.com/certificateauthority/ 2. Import the certificate into the keychain: ``` import_certificate( certificate_path: "path_to_your_intermediate_wwdr_cert", keychain_name: "your keychain name", keychain_password:...

Seems to be the same as https://github.com/fastlane/fastlane/issues/20509 and we believe it is caused by https://github.com/fastlane/fastlane/pull/20448

Same is happening for us.

@joshdholtz Unfortunately it did not fix the issue. I just got the same error in our 4th CI build after merging the bump to 2.212.0 and setting the env var...