-
Notifications
You must be signed in to change notification settings - Fork 107
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
Comments
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. |
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. |
@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. |
closing , please reopen if required. |
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.
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
The text was updated successfully, but these errors were encountered: