Abhi Kulshrestha

Results 7 comments of Abhi Kulshrestha

Hey! @RDPerera did you resolved the error?

how to resolve it? Can you please guide me? @RDPerera

Yes, I guess this error occurs due to firebase( "firebase.initializeApp(config);") and so i tried using react-native-firebase, but it doesn't work.

@shehand project.pbxproj file is missing in the project as it is gitignored. project.pbxproj is necessary for the iOS build. Can you please push the file into the codebase? And please...

Update:- project.pbxproj file can be generated by running the below commands sequentially in the ios folder - - `swift package init --type library` - `swift package generate-xcodeproj` - `pod init`...

@jan-code26 This error is occurring due to the line `firebase.initializeApp(config);` Try updating config.js according to this -> [Link](https://github.com/scorelab/Ask-SCoRe/blob/main/src/config/config.js) (update import statement too) and also use try and catch block around...