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

clang: error: linker command failed with exit code 1 (use -v to see invocation) #12

Closed truckhiem closed 3 years ago

truckhiem commented 5 years ago

Hi great to have your code to send email but I have this issue when trying to integrate:

clang: error: linker command failed with exit code 1 (use -v to see invocation)

Your sample work very well but when I integrate to my project this issue come up. I tried many time and find out that this issue happen after I install pod with "pod 'mailcore2-ios'"

Could you please to help. Thanks

angelos3lex commented 4 years ago

@truckhiem Have you resolved it yet? If not, do you want to add your RN version, or even better provide a sample repo where this is reproducable?