I am currently being struck on this problem.
As I have updated all the pods, cococapods, Macos, Xcode. I just meet this problem. I have searched for 2 days about the problems online, but nothing worked for me.
I am using XCODE3 , while I was running the project, it shows Linker command failed with exit code 1, while I clicked it, I can't see anything changed, there was no more info on show.
and then I tried to run it in terminal with command : xcodebuild -verbose. I could see the reason which is error: no such module 'ObjectMapper'. after I remove the ObjectMapper, it tells me can not find another module. so I think it is the xcode can not link the framework.
I have linked all relevant framework to the linked frameworks and libraries but still can not work.
Can anybody help me with it.Thanks
Here is my pod file :