I am getting suddenly the following error in my Xcode 8.3.2 if I try to add some other framework like pod 'Firebase/Database' by pods and not able to compile the project.
I have downloaded few thirdparty apps like google plus, Facebook, twitter, etc by pod file. And thats working fine. But, I am trying to add one more framework into pods, its installing fine, but while trying to run the project getting following error while compile time.
ld: framework not found FileProvider for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Even I tried with following answer, but could not helped me to fix.
xcode 8.3 framework not found FileProvider for architecture armv7
I am trying this from 2 days, still not got any solution, can any one give suggestions to fix this?
Thanks!