You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
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
I have no idea what's going on here.
Can anyone help me?
Kenji
The text was updated successfully, but these errors were encountered: