ajith-ab / react-native-receive-sharing-intent

A React Native plugin that enables React Native apps to receive sharing photos, videos, text, urls or any other file types from another app
MIT License
309 stars 112 forks source link

Get error when i build Xcode ios #38

Closed duylinhdang1998 closed 4 years ago

duylinhdang1998 commented 4 years ago

I got the error when I run-ios image I run your example get the same error

janfi commented 4 years ago

Hi, I have the same error. Do you have a solution ? Thanks.

duylinhdang1998 commented 4 years ago

You can following link https://stackoverflow.com/questions/57903395/about-100-error-in-xcode-undefined-symbols-for-architecture-x86-64-upgraded-re

janfi commented 4 years ago

Thanks.

krupalikevadiya commented 3 years ago

I just added libswiftWebKit.tbd to

Link Binary with Libraries (from project, Build Phases)

and the build was successful.