ivfit

Results 13 comments of ivfit

Anybody knows to implement this? Willing to fund it.

@allinurl any update on this?

Any update on this? Our users don't want to migrate to the new Kiwi for this reason.

With 1.1.1700 the app crashes right away, saying OpenSSL cannot be loaded. With any older version such as `pod 'OpenSSL-Universal', '1.1.1501'` everything works fine.

Actually with 1.1.1700 the app works on simulator, but on the real device it crashes: ``` dyld[32675]: Library not loaded: '@rpath/OpenSSL.framework/OpenSSL' Referenced from: '/private/var/containers/Bundle/Application/xxx/test.app/test' Reason: tried: '/private/var/containers/Bundle/Application/xxx/test.app/Frameworks/OpenSSL.framework/OpenSSL' (no such file),...

But why does it work with the older versions? There has to be some breaking change?

It's not the test project, I've just replaced the IDs. I see 3 commits after 1.1.1501, one of them is definitely breaking things: https://github.com/krzyzanowskim/OpenSSL/commits/master Maybe to reference a specific commit...

Doesn't work: `pod 'OpenSSL-Universal', :git => 'https://github.com/krzyzanowskim/OpenSSL.git', :commit => '9429bf89fe0df2d2f25f3a9a51cbf7092e69640f'` Works: `pod 'OpenSSL-Universal', :git => 'https://github.com/krzyzanowskim/OpenSSL.git', :commit => '033fcb41dac96b1b6effa945ca1f9ade002370b2'`

I've created test project and it crashes even in simulator. Just download it, do `pod update`, open Test.xcworkspace and run it. [Test.zip](https://github.com/krzyzanowskim/OpenSSL/files/9314316/Test.zip)

pod version 1.11.3 Xcode version 13.4.1 macOS Monterey version 12.5 Are you running the same?