-
Notifications
You must be signed in to change notification settings - Fork 18
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 in archiving with xcode 10. #50
Comments
@Nautiyalsachin we do not code sign our frameworks from our end.We ship our framework with simulator architectures , you must remove them before you create an archive. |
I have the same issue but still it is not solved, Iam using ios 11.0 swift 4.2 |
I have seen the integration video ,still not able to resolve it |
|
@Manoj741 did you got any solution i also got same error. |
@Manoj741 Apple Swift version 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5) i am using this one. |
I am facing this issue
Failed to verify bitcode in Razorpay.framework/Razorpay:
error: Cannot extract bundle from /var/folders/r3/cdrxd4vj0qb3hj2sxdlysxsc0000gn/T/XcodeDistPipeline.LtV/Root/Payload/Wizely.app/Frameworks/Razorpay.framework/Razorpay (x86_64)
When trying to create a build from Archive in Xcode 10.
IDE Specs
Xcode 10.0
Retro Steps
I have added the new framework from (https://razorpay.com/docs/ios-customui-sdk/#usage-instructions) and tried to build the same project with Xcode 10.
Screenshots
The text was updated successfully, but these errors were encountered: