alinz / react-native-share-extension

react-native as an engine to drive share extension
MIT License
764 stars 398 forks source link

Issue #196

Open 1appstudio opened 4 years ago

1appstudio commented 4 years ago

Hi, I have implemented react-native-share-extension through npm install. But unfortunately I got an exception.

Showing All Errors Only Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's.

    Embedded Binary Signing Certificate:    Not Code Signed
    Parent App Signing Certificate:     - (Ad Hoc Code Signed)

Please help me to fix this issue.

1appstudio commented 4 years ago

If I change storyboard class to MyShare.m, I get the exception like,

Showing All Errors Only :-1: symbol(s) not found for architecture x86_64

If I remove x64e and x64 from valid architecture, the exception gets cleared but get exception like

Showing All Errors Only Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's.

Embedded Binary Signing Certificate:    Not Code Signed
Parent App Signing Certificate:     - (Ad Hoc Code Signed)

How can fix this issue?

1appstudio commented 4 years ago

Can you please how to fix the above issues? Please let me know

1appstudio commented 4 years ago

Ya, I fixed everything.

MuhammedRafi commented 4 years ago

Hi. Is this is perfectly working for ios and android? I have tried to integrate this and app is crashing in debug

1appstudio commented 4 years ago

Ya, its working perfectly in IOS. Don't run the project in debug mode. If you change the run mode debug to release(Android & IOS), it may work otherwise will show some errors.