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
Hi i'm getting an issue where my xcode can't seem to find the ChatManager.h file
#import "AppDelegate.h"
#import "ChatManager.h" <----- 'ChatManager.h' file not found
#import "ChatUIManager.h"
#import "ChatUser.h"
#import "ChatAuth.h" @import Firebase;
The text was updated successfully, but these errors were encountered:
Hi i'm getting an issue where my xcode can't seem to find the ChatManager.h file
#import "AppDelegate.h"
#import "ChatManager.h" <----- 'ChatManager.h' file not found
#import "ChatUIManager.h"
#import "ChatUser.h"
#import "ChatAuth.h"
@import Firebase;
The text was updated successfully, but these errors were encountered: