Xcode10 - dyld: Library not loaded for pod installed in framework
问题 I have a project with target frameworks. MainAppTarget FrameworkA FrameworkA is the only one to use a certain pod, hence in my pod file I have something like target 'MainAppTarget' do ... end target 'FrameworkA' do pod 'PodA' end the build succeeds with no problem, but when I run the app on a simulator the app crashes immediately with the following error message: dyld: Library not loaded: @rpath/PodA.framework/PodA Referenced from: .../Build/Products/Development-iphonesimulator/FrameworkA