David Cacenabes

Results 17 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...

Hey @fortmarek ! >Anyways, in this particular case, I'd recommend forking the dependency and renaming the SwiftPM product to something unique. Would that be possible? Do you mean something like:...

Ok, I will try that quickly next week with a local package adding it to Tuist as `.package(path: "/.../local-path/usercentrics-spm-ui/")` and will report back to see what happens!

I tried but I still get the same error. ``` Multiple commands produce '/.../UsercentricsIntegrationDemo-eiqmlewjrpxvwkagxjqimggwoofl/Build/Products/Debug-iphonesimulator/UsercentricsUI.framework/UsercentricsUI' ``` Here's a very minimal example project following this approach: [UsercentricsIntegrationDemo.zip](https://github.com/user-attachments/files/20442538/UsercentricsIntegrationDemo.zip) Inside the Usercentrics directory there...