I am trying to update an app that is using Google's WebP.framework. The problem is that the project has to support arm64 architecture, but the WebP.framework does not.
I am using 0.4.0 version of the framework. Couldn't find the library compiled for arm64 anywhere in the net. I tried to build it myself, edited iosbuild.sh script that Google provided, but it fails with error "autogen.sh: No such file or directory"