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 file not found #6

Closed
tam-borine opened this issue Dec 20, 2016 · 5 comments
Closed

DCTAuthAccount.h file not found #6

tam-borine opened this issue Dec 20, 2016 · 5 comments

Comments

@tam-borine
Copy link

I cloned this project and installed dependencies and opened in XCode and got this error "DCTAuthAccount.h file not found". I searched for it and found in the Podfile DCTAuth and searched the repo for the file and can't seem to find exactly it. Have I missed something?

https://github.com/danielctull/DCTAuth/search?utf8=%E2%9C%93&q=DCTAuthAccount.h&type=Code

@esutton
Copy link

esutton commented Dec 23, 2016

+1

I cannot figure this out where DCTAuthAccount.h is found either?

@Arelav
Copy link

Arelav commented Dec 24, 2016

react-native link will install it with pods but removes firebase

@esutton
Copy link

esutton commented Dec 27, 2016

@Arelav Can you recommend a work-around ?

@auser
Copy link
Contributor

auser commented Jan 4, 2017

Yes, you can just manually add the pod to the Podfile rather than let it overwrite the firestack one.

@auser auser closed this as completed Jan 4, 2017
@natsu90
Copy link

natsu90 commented Jan 19, 2017

Anyone who has no clue like me,

Add below line

pod 'DCTAuth', :git => 'https://github.com/danielctull/DCTAuth.git'

to ios/Podfile file right after # Pods for FirestackApp comment

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

5 participants