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

Code signing "Razorpay.framework" failed.(React Native ) #194

Closed
metizror opened this issue May 30, 2019 · 4 comments
Closed

Code signing "Razorpay.framework" failed.(React Native ) #194

metizror opened this issue May 30, 2019 · 4 comments

Comments

@metizror
Copy link

Screenshot 2019-05-30 at 7 22 53 PM

xcode 10.2
its working in device but while publish to app store it show this error.

please help

@pronav
Copy link
Contributor

pronav commented May 30, 2019

You need to add a step in build phases to strip out simulator architectures. You can copy-paste this code from various places over the internet, e.g. https://stackoverflow.com/questions/42641806/check-and-remove-unsupported-architecture-x86-64-i386-in-ipa-archive

Please note that this step should be after embed binary step.

@metizror
Copy link
Author

@pronav Thanks its Works..

@Biplovkumar
Copy link

lipo -remove i386 Razorpay -o Razorpay && lipo -remove x86_64 Razorpay -o Razorpay

hi @pronav i run this command but still in app upload showing this error , i am stuck from 2 days.
Screenshot 2019-08-28 at 10 05 24 AM

My valid architecture is this :-
Screenshot 2019-08-28 at 12 57 39 PM

@Biplovkumar
Copy link

Biplovkumar commented Aug 28, 2019

No reply came for this issue,which came in upload app on app store.
finally i Got the solution and pasted Here.

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

3 participants