Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #196

Open
1appstudio opened this issue Dec 9, 2019 · 5 comments
Open

Issue #196

1appstudio opened this issue Dec 9, 2019 · 5 comments

Comments

@1appstudio
Copy link

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
Copy link
Author

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?

@1appstudio
Copy link
Author

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

@1appstudio
Copy link
Author

Ya, I fixed everything.

@MuhammedRafi
Copy link

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

@1appstudio
Copy link
Author

1appstudio commented Dec 18, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants