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

Suddenly : Code signing "Razorpay.framework" failed #122

Closed
kandarppatel opened this issue Oct 2, 2018 · 4 comments
Closed

Suddenly : Code signing "Razorpay.framework" failed #122

kandarppatel opened this issue Oct 2, 2018 · 4 comments

Comments

@kandarppatel
Copy link

kandarppatel commented Oct 2, 2018

Recently after upgrading new Mac OS Mojave, Xcode 10.0, React Native 0.57.1, stuck in the app distribution to iTunesConnect. Find attached snapshot for the reference.

App working perfectly in all simulator devices. It Archives perfectly but when we try to upload to App store its getting stuck. We have been using this module from last 2 years and suddenly this issue started before 2 days.

screen shot 2018-10-02 at 4 49 18 pm

2018-10-02 20:49:05 +0000 Processing step: IDEDistributionCodesignStep 2018-10-02 20:49:05 +0000 Entitlements for <IDEDistributionItem: 0x7ffec33bb660 'com.razorpay.CheckoutOtpelf' '<DVTFilePath:0x7ffec486b8f0:'/Users/kandarp/Library/Developer/Xcode/Archives/2018-10-02/SampleTest 10-2-18, 4.48 PM.xcarchive/Products/Applications/SampleTest..app/Frameworks/Razorpay.framework'>'>: { } 2018-10-02 20:49:05 +0000 Writing entitlements for <IDEDistributionItem: 0x7ffec33bb660 'com.razorpay.CheckoutOtpelf' '<DVTFilePath:0x7ffec486b8f0:'/Users/kandarp/Library/Developer/Xcode/Archives/2018-10-02/SampleTest. 10-2-18, 4.48 PM.xcarchive/Products/Applications/SampleTest..app/Frameworks/Razorpay.framework'>'> to: /var/folders/72/x_xtfqfn0mg0dkm7gnd91_2m0000gp/T/XcodeDistPipeline.G49/entitlementsxGlgv9 2018-10-02 20:49:05 +0000 Running /usr/bin/codesign '-vvv' '--force' '--sign' 'C3BFE8E8B1CB00CEA9C06B2D38AFB26F6BEE88C7' '--entitlements' '/var/folders/72/x_xtfqfn0mg0dkm7gnd91_2m0000gp/T/XcodeDistPipeline.G49/entitlementsxGlgv9' '--preserve-metadata=identifier,flags,runtime' '/var/folders/72/x_xtfqfn0mg0dkm7gnd91_2m0000gp/T/XcodeDistPipeline.G49/Root/Payload/SampleTest.app/Frameworks/Razorpay.framework' 2018-10-02 20:49:05 +0000 /var/folders/72/x_xtfqfn0mg0dkm7gnd91_2m0000gp/T/XcodeDistPipeline.G49/Root/Payload/SampleTest.app/Frameworks/Razorpay.framework: replacing existing signature 2018-10-02 20:49:05 +0000 /var/folders/72/x_xtfqfn0mg0dkm7gnd91_2m0000gp/T/XcodeDistPipeline.G49/Root/Payload/SampleTest.app/Frameworks/Razorpay.framework: code object is not signed at all 2018-10-02 20:49:05 +0000 /usr/bin/codesign exited with 1

@iThink32
Copy link
Contributor

iThink32 commented Oct 3, 2018

Frameworks do not required code signing , we do not code sign them from our end , react-native for Xcode 10 is extremely unstable as of now , please go through the readme I request you to check for a legitimate solution online.

@kandarppatel
Copy link
Author

Issue was Bitcode Enabled. I have tried using disabling it and everything worked fine.

Confirming its all working good with latest version of Mac OS Mojave, Xcode 10.0, React Native 0.57.1.

@iThink32
Copy link
Contributor

iThink32 commented Oct 3, 2018

@kandarppatel well im happy it works for you but that is not the issue , react-native is unstable as of now for Xcode 10 so please wait till a stable version of react-native comes out.I strongly do not recommend disabling bitcode as it helps apple build your app on new architectures.

@iThink32
Copy link
Contributor

iThink32 commented Oct 3, 2018

closing , please reopen if required.

@iThink32 iThink32 closed this as completed Oct 3, 2018
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