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

[BUG] Wechatpay-use-SDK branch, Xcode14 will report the following error: Stored Properties cannot be marked literature unavailable with '@available' #2010

Closed
pangde opened this issue Sep 14, 2022 · 2 comments
Labels
kind:bug triaged Issue has been reviewed by Stripe and is being tracked internally

Comments

@pangde
Copy link

pangde commented Sep 14, 2022

Hello, we are currently using Wechatpay-use-SDK branch, Xcode14 will report the following error: Stored Properties cannot be marked literature unavailable with '@available'. May I ask whether we should update to other branches or wait for you to fix wechatpay-use-SDK branch?

@ffedelefrsf
Copy link

Hey there,

I faced the same issue when updating my Mac today and XCode updated to v. 14, I just solved it by updating Stripe from 2.6.0 to 2.7.1. In my case, I'm using @stripe/stripe-react-native, so I first needed to update that package to the newest version (0.18.1) and then run pod deintegrate && pod install, in order to update Pods.

Note: I needed to upgrade minimum deployment iOS target version to 13 or above as well. This was for Stripe to get upgraded to v. 2.7.1 or above, and you can make it by updating Podfile (platform :ios, '13.0') and then change the minimum version on XCode selecting your target and then General. Of course, you will need to reinstall pods as described before to get these changes applied.

@pangde pangde changed the title [BUG] [BUG] Wechatpay-use-SDK branch, Xcode14 will report the following error: Stored Properties cannot be marked literature unavailable with '@available' Sep 15, 2022
@davidme-stripe davidme-stripe added the triaged Issue has been reviewed by Stripe and is being tracked internally label May 1, 2024
@davidme-stripe
Copy link
Contributor

Closing this older issue — let us know if you're still experiencing this issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug triaged Issue has been reviewed by Stripe and is being tracked internally
Projects
None yet
Development

No branches or pull requests

3 participants