skip to Main Content

Flutter Error : Swift Compiler Error (Xcode): Include of non-modular header inside framework module 'FirebaseSessions.FIRSESNanoPBHelpers':

Error it shows this error message when running flutter on IOS 14 Swift Compiler Error (Xcode): Include of non-modular header inside framework module 'FirebaseSessions.FIRSESNanoPBHelpers': '/Users/azzura/Documents/Projects/Self-Learn/flutter-dev/flutter_financial/ios/Pods/Headers/Public/nanopb/pb.h' /Users/azzura/Documents/Projects/Self-Learn/flutter-dev/flutter_financial/ios/Pods/FirebaseSessions/FirebaseSessions/SourcesObjC/NanoPB/FIRSE SNanoPBHelpers.h:28:8 [ +4 ms] Swift Compiler Error (Xcode): Include of non-modular header inside framework…

VIEW QUESTION

I cannot run firebase emulators on fresh install. Getting ' SyntaxError: Unexpected string: re"use strict"; '

I followed the tutorial to set up Firebase Functions with Typescript at https://firebase.google.com/docs/functions/typescript However, when I run npm run serve or firebase emulators:start, emulators won't start, but I'm getting the following error: [2023-03-25T09:04:16.875Z] /Users/username/.cache/firebase/emulators/ui-v1.11.4/server/server.js:569 re"use strict"; ^^^^^^^^^^^^ I have tried…

VIEW QUESTION
Back To Top
Search