Maxime Le Moine
Maxime Le Moine
@uranusjr thanks, i'll use your fork
Hi, I can reproduce this issue simply by rotating the device. The minZoom property is reset by the line : `self.minZoom = 0.0; // force new minZoom calculation` in `-...
@dnkoutso ok, I'll use the workaround
@orta thanks! What I end up using in our private pod is: ``` #if __has_include("TestLib-Swift.h") #import "TestLib-Swift.h" #else #import #endif ``` Of course, this workaround is only possible for pod...
Not sure why the travis build failed, looks like a ruby/cocoapods issue.
Similar discussion and workaround for Firebase [here](https://github.com/firebase/firebase-ios-sdk/issues/12557#issuecomment-2057319060) Apparently AppStore Connect is not seeing the privacy reports from SPM dependencies because they are statically linked. A workaround could be to manually...