I have a project with target frameworks.
FrameworkA is the only one to use a certain pod, hence in my pod file I h
You have to add pod 'PodA' in FrameworkA target into MainAppTarget also.
target 'MainAppTarget' do pod 'PodA' end target 'FrameworkA' do pod 'PodA' end