Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSZipArchive.xcframework has an incorrect or unknown format and cannot be processed. #241

Open
MihaMarkic opened this issue Jun 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@MihaMarkic
Copy link

Describe the bug
Using latest stable VS for Mac 17.6.12 and XCode 15.0.1 I get this error during build once I add reference to Xamarin.MLKit.iOS.BarcodeScanning.JimmyPun610 2.2.0.1 in Xamarin project:
/Users/MYSELF/.nuget/packages/xamarin.mlkit.ios.core.jimmypun610/8.0.0/buildTransitive/../lib/xamarinios10/MLKit.Core.resources/SSZipArchive.xcframework has an incorrect or unknown format and cannot be processed.

Using version 1.6.0.1, app compiles fine.

The same happens with SampleApp.XF.iOS from this repo.

To Reproduce
Steps to reproduce the behavior:

  1. Open this repo in VS for Mac, compile SampleApp.XF.iOS

Expected behavior
App compiles

Additional context
I wonder where SSZipArchive prefix comes from.

@MihaMarkic MihaMarkic added the bug Something isn't working label Jun 3, 2024
@bengavin
Copy link
Contributor

@MihaMarkic - try upgrading to the latest releases and removing the reference to the mlkit assemblies directly, the right ones will be pulled in via dependency resolution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants