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

iOS build error 'Braintree/Braintree-Swift.h' file not found #283

Closed
trigsen opened this issue Mar 30, 2021 · 3 comments
Closed

iOS build error 'Braintree/Braintree-Swift.h' file not found #283

trigsen opened this issue Mar 30, 2021 · 3 comments

Comments

@trigsen
Copy link

trigsen commented Mar 30, 2021

When I'm trying to run ios app on the simulator, I'm getting the following error:
'Braintree/Braintree-Swift.h' file not found

Screenshot 2021-03-30 at 10 38 20

@WiteF0x
Copy link

WiteF0x commented Mar 30, 2021

The same issue!

@trigsen
Copy link
Author

trigsen commented Apr 1, 2021

@WiteF0x resolved by these steps:

  1. downgrade Braintree in Podfile.lock from 5.3.0 to 4.37.0 and
  2. pod deintegrate && pod install in ios folder
- Braintree (4.37.0):
    - Braintree/Card (= 4.37.0)
    - Braintree/Core (= 4.37.0)
    - Braintree/PayPal (= 4.37.0)
    - Braintree/UI (= 4.37.0)
  - Braintree/Card (4.37.0):
    - Braintree/Core
  - Braintree/Core (4.37.0)
  - Braintree/PayPal (4.37.0):
    - Braintree/Core
    - Braintree/PayPalOneTouch
  - Braintree/PayPalDataCollector (4.37.0):
    - Braintree/Core
    - Braintree/PayPalUtils
  - Braintree/PayPalOneTouch (4.37.0):
    - Braintree/Core
    - Braintree/PayPalDataCollector
    - Braintree/PayPalUtils
  - Braintree/PayPalUtils (4.37.0)
  - Braintree/UI (4.37.0):
    - Braintree/Card
    - Braintree/Core

@WiteF0x
Copy link

WiteF0x commented Apr 2, 2021

thank you! I will try :)

@trigsen trigsen closed this as completed Apr 2, 2021
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