Xcode/Cocoapods: I can't access a dependency that's in a framework linked to my project
问题 I want to embed several projects and frameworks in only one workspace. Here is the structure in Xcode: Project1 and Project2 are application projects, and BaseFramework is a Cocoa Touch framework. Now what I want to do is to add a pod dependency to the framework, then link this framework to one of the projects and access the dependency in this project. Here is what I tried with my Podfile: platform :ios, '12.1' use_frameworks! inhibit_all_warnings! workspace 'BaseWorkspace' def shared_pods