xiaobailong24
09/29/2021, 11:04 AMKamilH
09/29/2021, 11:36 AMAFNetworking and use it in an iOS module, but when I’m trying to import Ably dependency (some other cocoapods dependency) it doesn’t work.
Did you try to import some other cocoapods dependency? Lets say some Facebook or Firebase dependency just to check whether it’s a problem with your configuration or with the dependency?Benoye
09/29/2021, 12:35 PMAFNetworking (to check if it works) but I had the same error for Plaid pod
I tried to change the moduleName in the pod definition (trying plaid for example) but unsuccessfully..KamilH
09/29/2021, 12:39 PMPlaid dependency. It fails with the same message, so it’s impossible to understand what’s wrongBenoye
09/29/2021, 12:41 PMKamilH
09/30/2021, 9:39 AMpod("Plaid") {
moduleName = "LinkKit"
}Benoye
10/01/2021, 8:18 AMKamilH
10/01/2021, 8:20 AM