angelos3lex / react-native-smtp-mailer

Send emails by connecting to smtp server+attachments, using android javamail and ios mailcore2
39 stars 32 forks source link

Build fails for iOS (" 'React/RCTDefines.h' file not found | RCTBridgeModule.h") #49

Closed hb-webdev closed 2 years ago

hb-webdev commented 2 years ago

When I try to build my app after installing/manually linking this library, I get the following error:

Screen Shot 2021-08-26 at 1 59 18 PM

After trying the "Mostly automatic installation" and "Manual installation", along with all the potential solutions on this Stack Overflow thread and this GitHub answer, I've determined it's impossible for me [personally] to get this library to work.

Please update this library to work out-of-the-box with the newest versions of react-native & iOS. And/or someone please make a video showing a step-by-step of getting this library working on modern react-native & iOS

No, I can't fork & do it myself, as I hope it's apparent I'm too amateurish to do so

angelos3lex commented 2 years ago

Hey @hb-webdev, I hope I find some time this Sunday to check compatibility with latest RN.

angelos3lex commented 2 years ago

@hb-webdev version 1.2.5 fixes this problem. Thx for bringing it up