Jimmy Pun
Jimmy Pun
Hi @Novotnde , Thank you for your question. Generally, there are several ways to reduce iOS ipa size. 1. Remove the redundant packages 2. Enable bitcode However, I do not...
> We're facing the same issue as @Novotnde - after switching from ZXing to BarcodeScanner.XF, our ipa increased from around 50mb to 100mb. After being processed by Apple, the download...
Just checking the log and seems the error is ``` Tool /usr/bin/unzip execution started with arguments: -u -o -d "obj\\Release\\net6.0-ios\\ios-arm64\\MLKit.Core.resources.zip" "C:\\Nuget\\xamarin.mlkit.ios.core.jimmypun610\\5.0.0.1\\lib\\net6.0-ios15.4\\MLKit.Core.resources.zip" 1> C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\15.4.414\tools\msbuild\iOS\Xamarin.Shared.targets(143,3): error MSB4018: The "ResolveNativeReferences" task failed...
If you are using Windows to connect mac, you may try #124 to see if it can fix the issue.
> I've already tried that as I had the same issue. I've put my packages in a folder called 'N' at the start of my drive so I can't shorten...
please provide the log and stack trace for tracking. generally android 9 is no longer supported by google
Hi @energywave What version are you using? Did you try the 6.1.0.2-pre?
For your Android .csproj, what is your dependencies? For example, below are the sample android app included. You may use notepad to open the csproj to see. ```xml 5.0.1 28.0.0.3...
In order to use the latest packages, I just tried to edit the csproj dependencies instead of update in the nuget manager. You may try to copy these config to...
hi @tridle123 what version are you using. the project has renamed to Barcodescanner.Mobile