CameraEngine
CameraEngine copied to clipboard
Error building with CameraZoomFactor
It fails to build saying that the value of type 'CameraEngine' has no member 'cameraZoomFactor'.
Is it with the Example project ?
Yes
Any updates on the workaround remirobert?
Hi, I am trying to fix that. I am really busy right now, sorry I will try to fix that as soon as possible.
It would seem that for some reason those changes are not included in the version downloaded by cocoapods. My guess is that it is probably caused by the Podspec still pointing to 0.9.2 instead of 0.9.3 but I can't actually check it as this requires commiting the Podsec in order to check that it fixes the problem...
@eyaldar so what would be the fastest way to workaround this?
For someone to change the version number and pull request the change to check that it actually solves the problem.
Simply go into the pods folder and then into 'CameraEngine' folder and copy paste the files in the sample project's CameraEngine Folder. Fixed the problem for me.