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

DCTAuthAccount.h not found #254

Open
kenjichanhkg opened this issue Dec 12, 2020 · 1 comment
Open

DCTAuthAccount.h not found #254

kenjichanhkg opened this issue Dec 12, 2020 · 1 comment

Comments

@kenjichanhkg
Copy link

I've followed the readme. I did all the steps, except for the last one (Adding URL schemes). But I believe url scheme isn't the problem here.

I went ahead and try to compile and run my project, but I got a compile error saying DCTAuthAccount.h is not found. I googled it and found this post in fullstackreact/FirestackApp#6

Then, I added this line somewhere in ios/Podfile, and re-run pod install
pod 'DCTAuth', :git => 'https://github.com/danielctull/DCTAuth.git'

I thought it fixed the issue, but I got another error, saying React/RCTDefines.h not found
image

I have no idea what's going on here.

Can anyone help me?

Kenji

@kenjichanhkg
Copy link
Author

I've overcome the issue by adding "${SRCROOT}/../../../ios/Pods/Headers" in OAuthManager's project header search path.
Should someone merge it to the main repo?

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

1 participant