Paulo Coutinho
Paulo Coutinho
???
@alexandrevicenzi can you help me here?
This problem still without solution. Can anyone have a version without it?
Hi @cioccarellia, Any news about the project? Thanks.
It works to me: ``` post_install do |installer| installer.pods_project.targets.each do |target| if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle" target.build_configurations.each do |config| config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO' end end end end ``` Reference: https://github.com/CocoaPods/CocoaPods/issues/8891
Hi, Thanks. What you recommend for starting?
Hi, There is any method that clear all before show new notification (or a parameter)? Thanks.
Hi, i think that "rd_" prefix is only for the "ripple" drawable, and not the button.
Can you solve this?
I have the same problem on m1. There is any solution?