You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in mlkit/dist/packages/mlkit-core: run "npm pack" to create a package does not work. The problem is that "angular/package.json" is not included in the .tgz file.
Solution: Add the following to mlkit-core/package.json
"files": [
"*",
"angular/package.json"
],
I will provide a patch soon
I can build version 3 of the plugin via command line using ns. However, when openening the created xcode workspace with xcode I am seeing linker errors, see image. I observed the issue also with the old version of the plugin and assume it is related to new ios sdk:
The solution is to upgrade the pod files to the recent GooleMLKit version:
I will provide a patch soon
With ios 18 it seems like behaviour of the camera has changed. I observed the issue also with the old version of the plugin. It seems like on ios 18 now automatic focus is deactivated by default. Would be great if an option could be provided to enable autofocus and to enable it by default. This would reflect old behaviour of the plugin . The issue can be observed by comparing autofocus behavior with the demoapp in the plugin and by using the iPhone camera app.
I do not have a solution for issue 3 yet.
The text was updated successfully, but these errors were encountered:
With 3.0 alpha I am seeing a couple of issues:
Solution: Add the following to mlkit-core/package.json
I will provide a patch soon
The solution is to upgrade the pod files to the recent GooleMLKit version:
I will provide a patch soon
I do not have a solution for issue 3 yet.
The text was updated successfully, but these errors were encountered: