react-native-share-extension: #import "RCTBridgeModule.h" file not found

I’m receiving this error. What went wrong?

Take a look how is my Header Search Paths. It’s a strange error because on my friend’s computer it’s working well.

f_j052d5

Thank you.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 15 (7 by maintainers)

Most upvoted comments

Same problem in react-native 0.60.4

@njt1982 I know the pain, unfortunately when you are working with edge technologies which only backed by community you always find yourself in this situation. To me that’s the fun of it, figure things out the solutions and understand the concepts.

One thing I usually do, is commit small things and once I solve it, I do git diff to find out why and how. Also you are documenting how you solve the problem by adding more context into the commit message.

every new SDK will break your code, it’s not just react-native, swift has gone into many iterations and every iteration breaks the previous one.

@njt1982 I need to confess that I don’t like so much React Native. Every single update that Xcode had, we had problems with the app. That’s incredible!

About the error, I saw a lot of blog posts talking about the order on header search path. I changed everything and nothing had worked.

The bad news is that I don’t know how I did the error disappear. In many of many times, the problem was with the update of Xcode but I don’t know if is your case.

@alinz yes, you’re right but, React Native is a bit strange. This error has disappeared, now, it returns after I deleted the ios/build. This is going to drive me crazy… =(