-
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
Asset validation failed (90482) Invalid Executable. The executable 'appName.app/Frameworks/Razorpay.framework/Razorpay' contains bitcode. (ID: 908f4715-6cac-48b9-989e-e3ca18700aa6) in xcode swift on upload on appstore #217
Comments
when I distribute then these essue comes , |
@omdosma
This error is due to XCode 16. We are looking into this issue as well. Until then this can be used as a workaround. This was proven to work here |
Which command??
…On Mon, 21 Oct, 2024, 11:26 am vivekshindhe, ***@***.***> wrote:
@omdosma <https://github.com/omdosma>
Can you please run this command in your terminal {from rootPrject folder}
and check if this works? Would suggest a round of sanity testing if this
was successful.
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.
This was proven to work here
<razorpay/razorpay-capacitor#91 (comment)>
—
Reply to this email directly, view it on GitHub
<#217 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATAPEUKY6X2UKIR3MPW4H3DZ4SJPDAVCNFSM6AAAAABQJK7UNWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRVGY2TKNRYHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
Actually it has been solved.. Another one is
On Mon, 21 Oct, 2024, 12:46 pm Omprakash Kumar Singh, ***@***.***>
wrote:
… Which command??
On Mon, 21 Oct, 2024, 11:26 am vivekshindhe, ***@***.***>
wrote:
> @omdosma <https://github.com/omdosma>
> Can you please run this command in your terminal {from rootPrject folder}
> and check if this works? Would suggest a round of sanity testing if this
> was successful.
>
> 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.
>
> This was proven to work here
> <razorpay/razorpay-capacitor#91 (comment)>
>
> —
> Reply to this email directly, view it on GitHub
> <#217 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ATAPEUKY6X2UKIR3MPW4H3DZ4SJPDAVCNFSM6AAAAABQJK7UNWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRVGY2TKNRYHA>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Solution 1: Run command from project root folder: Solution 2: In your pod file add
Both solutions will give you the same result. |
No description provided.
The text was updated successfully, but these errors were encountered: