0

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. enter image description here 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. enter image description here

I have linked all relevant framework to the linked frameworks and libraries but still can not work. enter image description here

Can anybody help me with it.Thanks

Here is my pod file :

enter image description here

Qi Lee
  • 248
  • 2
  • 9

1 Answers1

0

If you are using swift libraries, set "Always Embed Swift Standard Libraries" flag in build settings to YES

Mithra Singam
  • 1,905
  • 20
  • 26