Issue
1appstudio opened this issue · comments
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.
If I change storyboard class to MyShare.m, I get the exception like,
Showing All Errors Only
👎 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?
Can you please how to fix the above issues? Please let me know
Ya, I fixed everything.
Hi. Is this is perfectly working for ios and android?
I have tried to integrate this and app is crashing in debug
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.