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

'BraintreeCore.h' file not found after upgrade of RN to 0.69.1 #90

Open
mgdeveloper7 opened this issue Aug 4, 2022 · 3 comments
Open

Comments

@mgdeveloper7
Copy link

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

@mgdeveloper7
Copy link
Author

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.

  • What went wrong:
    Execution failed for task ':react-native-braintree-dropin-ui:verifyReleaseResources'.

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.

Thanks

@mgdeveloper7
Copy link
Author

Just to update, the fix in the issue #91 also removed the BraintreeCore.h error here

@Pandazaur
Copy link

I'm also facing this issue since I try to upgrade to RN 0.69.0

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