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

Archive failed with capacitor 6 #91

Open
ruhiverse-official opened this issue Oct 10, 2024 · 2 comments
Open

Archive failed with capacitor 6 #91

ruhiverse-official opened this issue Oct 10, 2024 · 2 comments

Comments

@ruhiverse-official
Copy link

Asset validation failed
Invalid Executable. The executable 'App.app/Frameworks/Razorpay.framework/Razorpay' contains bitcode. (ID: xxxxxx-xxxxxxxx-xxxxxxxx-xxxxxxxx)

Upload Symbols Failed
The archive did not include a dSYM for the Razorpay.framework with the UUIDs [xxxxxxxxx-xxxx-xxxx-xxxxxxxx]. Ensure that the archive's dSYM folder includes a DWARF file for Razorpay.framework with the expected UUIDs.

@vivekshindhe
Copy link
Contributor

@ruhiverse-official Can you please run this command in your terminal and check if this works? Would suggest a round of sanity testing if this was successful.
cd ios/App && xcrun bitcode_strip -r Pods/razorpay-pod/Pod/Razorpay.xcframework/ios-arm64/Razorpay.framework/Razorpay -o Pods/razorpay-pod/Pod/Razorpay.xcframework/ios-arm64/Razorpay.framework/Razorpay
This error is due to XCode 16. We are looking into this issue as well. Until then this can be used as a workaround.

@ruhiverse-official
Copy link
Author

ruhiverse-official commented Oct 12, 2024

@vivekshindhe It's working but the warning I shared which is there. Hope by doing this plugin still work.

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