react-native-braintree-dropin-ui icon indicating copy to clipboard operation
react-native-braintree-dropin-ui copied to clipboard

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

Open mgdeveloper7 opened this issue 2 years ago • 3 comments

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 avatar Aug 04 '22 14:08 mgdeveloper7

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 avatar Aug 25 '22 14:08 mgdeveloper7

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

mgdeveloper7 avatar Sep 07 '22 08:09 mgdeveloper7

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

Pandazaur avatar Oct 04 '22 14:10 Pandazaur