2

I want to use some Swift pods in my Object-C app, so I add use_frameworks! to my Podfile.After that, I run pod update. However, it cause many link errors. Xcode show me an error at #import <Masonry.h> ('Masonry.h' file not found), error like this

I've tried many methods I can find, but all of them do nothing different.

Methods I have tried:

  1. Use @import XXX; instead of #import<XXX.h>.It bring a new error to me.enter image description here
  2. Removing Pods.framework from Link Binary With Libraries and adding them again manually.
  3. Set up User Header Search Path ,even set up many others.But all of them have no work. Appreciate for any solutions or sugestions.
Cœur
  • 32,421
  • 21
  • 173
  • 232
Kid Lee
  • 31
  • 2

0 Answers0