skip to Main Content

MAUI Firebase iOS not building

I am trying to implement and compile with Visual Studio 2022 in Windows 11 with push notifications in my MAUI application for both Android and iOS. I receive the following error when building: Unable to copy file "D:pxamarin.firebase.ios.installations8.10.0.3libnet6.0-ios15.4Firebase.Installations.resourcesFirebaseInstallations.xcframeworkios-arm64_x86_64-simulatorFirebaseInstallations.frameworkHeadersFIRInstallationsErrors.h" to "binDebugnet8.0-iosiossimulator-x64Firebase.Installations.resourcesFirebaseInstallations.xcframeworkios-arm64_x86_64-simulatorFirebaseInstallations.frameworkHeadersFIRInstallationsErrors.h".…

VIEW QUESTION

Javascript – FCM message being receive from Firebase messaging but not from the cloud function

I am using a cloud functions to send a fcm message to the admins phone every time the bookings collection has a new document here: const functions = require("firebase-functions"); const admin = require("firebase-admin"); admin.initializeApp(); exports.sendBookingNotification = functions.firestore .document("bookings/{bookingId}") .onCreate(async (snapshot,…

VIEW QUESTION
Back To Top
Search