We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
After updating React-Native to version 0.69.1, I'm getting the following when compiling the app in React-Native and running the app within Xcode.
'BraintreeCore.h' file not found.
Problem still there in RN 0.69.3. I tried adding the following into Podfile to see if by pulling the across it would make a difference.
pod 'Braintree', :modular_headers => true pod 'BraintreeDropIn', :modular_headers => true
This didn't have any effect on solving the issue.
Any ideas on how to fix this? Will there be an update to the react-native-braintree-dropin-ui to address this?
Thanks
The text was updated successfully, but these errors were encountered:
Just to follow up, still no further resolving this. I tried to compile in React-Native for Android and got the following:
Task :react-native-braintree-dropin-ui:verifyReleaseResources FAILED w: Detected multiple Kotlin daemon sessions at build/kotlin/sessions
FAILURE: Build failed with an exception.
A failure occurred while executing com.android.build.gradle.tasks.VerifyLibraryResourcesTask$Action Android resource linking failed ERROR:/Users/****/.gradle/caches/transforms-3/9d218750a8df07753a8f652ca1664d08/transformed/core-1.7.0/res/values/values.xml:105:5-114:25: AAPT: error: resource android:attr/lStar not found.
Any help or ideas will be appreciated.
Sorry, something went wrong.
Just to update, the fix in the issue #91 also removed the BraintreeCore.h error here
I'm also facing this issue since I try to upgrade to RN 0.69.0
No branches or pull requests
Hi,
After updating React-Native to version 0.69.1, I'm getting the following when compiling the app in React-Native and running the app within Xcode.
'BraintreeCore.h' file not found.
Problem still there in RN 0.69.3.
I tried adding the following into Podfile to see if by pulling the across it would make a difference.
pod 'Braintree', :modular_headers => true
pod 'BraintreeDropIn', :modular_headers => true
This didn't have any effect on solving the issue.
Any ideas on how to fix this? Will there be an update to the react-native-braintree-dropin-ui to address this?
Thanks
The text was updated successfully, but these errors were encountered: