Clain
Clain
``` net8.0;net8.0-android;net8.0-ios; $(TargetFrameworks);net8.0-windows10.0.19041.0 Exe 8.0.40 true true enable enable 1.0 1 13.0 10.0.17763.0 10.0.17763.0 6.5 ios-arm64 arm64 manual -ObjC en-US true ```
I tried[ this](https://github.com/TobiasBuchholz/Plugin.Firebase/issues/427#issuecomment-2701843302) but I'm still getting the same error. I tried using Mac machine (Air-M2 - Squoia 15.3.1) and also from windows.
I also tried this: ``` iphonesimulator iphoneos ``` One week ago, I'm not sure exactly what I fixed—I had a similar issue and tried all the solutions from various repositories....
I was also using the library locally and had these packages referenced directly, even though I believe they are only transitive packages: ``` ``` But afterwards, I removed the library...

I think I added AdamE.Firebase.iOS.Core to fix some of the issues mentioned in the BarcodeScanner.Mobile.Maui library. :)
Hmm, but I don't have a reference to AdamE.Firebase.iOS.Core in my project.
[transitive-packages.txt](https://github.com/user-attachments/files/19097021/transitive-packages.txt) ``` > AdamE.Google.iOS.GoogleDataTransport 10.1.0 > AdamE.Google.iOS.GTMSessionFetcher 3.5.0 > AdamE.Google.iOS.Nanopb 3.30910.0 > AdamE.Google.iOS.PromisesObjC 2.4.0 > AdamE.MLKit.iOS.BarcodeScanning 6.0.0 > AdamE.MLKit.iOS.Core 12.0.0 ```
Yes, but as I mentioned, that was before when I referenced the BarcodeScanner.Mobile.Maui.csproj locally rather than as a package.