XCode says 'Use of undeclared type' when trying to use a protocol defined inside a private Pod (Swift)
问题 I and my team are stuck in a strange situation involving a base project + private pods with some protocols inside. Our problem is we can't access some of the (protocol) identifiers (defined in a private pod) from our base app code. Apparently our problem seems to be exactly the same as the one described in these 2 stack overflow threads, but their solutions haven't worked with us. Thread 1: Source files not found in Swift Thread 2: CocoaPod installed but doesn't see Swift code The skeleton we