This is my pod
file
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'App FM' do # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
pod 'Google-Mobile-Ads-SDK'
# Pods for App FM
end
but I'm getting this error when I build the project.
ld: library not found for -lPods-App FM clang: error: linker command failed with exit code 1 (use -v to see invocation)
And I have opened the workspace file not the proj file
dynamic frameworks
what is that ? – u.genpodfile.lock
andpods
directory , then removedynamic frameworks
line in your podfile then do apod install
lets see what happens – u.gen