#shivamshivk_code
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1263849810243485768
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
This is the complete log of the error :
Execution failed for task ':stripe_stripe-terminal-react-native:generateReleaseLintModel'.
Could not resolve all files for configuration ':stripe_stripe-terminal-react-native:releaseRuntimeClasspath'.
Failed to transform jackson-core-2.16.1.jar (com.fasterxml.jackson.core:jackson-core:2.16.1) to match attributes {artifactType=processed-jar, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}.
Execution failed for JetifyTransform: /home/expo/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.16.1/9456bb3cdd0f79f91a5f730a1b1bb041a380c91f/jackson-core-2.16.1.jar.
Failed to transform '/home/expo/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.16.1/9456bb3cdd0f79f91a5f730a1b1bb041a380c91f/jackson-core-2.16.1.jar' using Jetifier. Reason: IllegalArgumentException, message: Unsupported class file major version 65. (Run with --stacktrace for more details.)
@rustic prawn
hi! well we pushed a change to address that last week I believe:
https://github.com/stripe/stripe-terminal-react-native/pull/754
https://github.com/stripe/stripe-terminal-react-native/issues/653
maybe see if it's possible to update your dependency to 0.0.1-beta.19 but otherwise, this will be fixed in the next release.
got it, then I'd suggest trying one of the workarounds in that issue(like https://github.com/stripe/stripe-terminal-react-native/issues/653#issuecomment-2030956397) , and waiting for the next release if needed.
Presumably you're just starting to build the integration, so you can still do all that and develop and test on iOS for now and get all the logic and backend code built while waiting for the next release.
Sure @steep prism , let me try that fix. Also, When can we expect the next release?
We are also thinking of using this SDK in our production in a month. Do you think it'd be reliable enough to use in production since it's still in beta.
I don't know when the next release will be, probably soon since it's roughly once a month. And yes it's possible to use in production.
Thank you @steep prism If I face any other issue, should i just text in the same thread?
we close the thread after about an ~hour, you'd create a new one through #help for a new issue