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

Manual integration problem: 'Braintree/BTUICTAControl.h' file not found #110

Closed
evgenyneu opened this issue Mar 26, 2015 · 2 comments
Closed

Comments

@evgenyneu
Copy link

Hi, I am seeing this build error after implementing step four "Add the Braintree SDK code to project" from the Manual Integration Without CocoaPods guide.

braintree_ios/Braintree/UI/Braintree-Payments-UI.h:3:9: 'Braintree/BTUICTAControl.h' file not found

Any help would be appreciated.

Tested in

  • New Objective-C iOS app project.
  • Xcode 6.1 (6A1042b) and 6.3 (6D543q)

Thank you

@burnto
Copy link
Contributor

burnto commented Mar 27, 2015

Hi @evgenyneu, thanks for letting us know about this issue.

I just updated the manual docs in 72ce3a8. I believe using the name Braintree instead of Braintree SDK for the framework target name will resolve this particular issue.

That said, we aren't happy with our manual integration, and we've been hearing multiple reports of developers having difficulty with it. If you can use CocoaPods, it will handle all this complexity for you, which is why it's our recommended integration methods. Meanwhile, we're continuing to look at ways of making manual integration simpler. Any suggestions appreciated.

And let us know if the docs change works for you.

@evgenyneu
Copy link
Author

Thank you, renaming the target to Braintree allowed me to go past step four. I can not use CocoaPods, unfortunately. Thank you so much for your help!

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