Marko Hlebar
Marko Hlebar
Hey @IHEARTCOOKIES thanks 👍 I don't think I will continue development on this repo, since it works pretty well as is. I've started working on Swift implementation that is more...
@IHEARTCOOKIES the framework is currently used in a huge betting company production app, but if you find any problems you'll have to do a fork and fix it yourself :)...
Hi @xuzhongping , we have a similar issue, but with distributing a spec. Our dependencies don't explicitly set the `BUILD_LIBRARY_FOR_DISTRIBUTION = YES` flag, which causes for `pod lib lint` failure....
Hey, @xuzhongping thanks for getting back so quick 🙌 I can build the project fine on `Xcode 13.2`, both in the cloned project, and in the project that is created...
@xuzhongping our problem is that `pod lib lint` is not including `BUILD_LIBRARY_FOR_DISTRIBUTION = YES` when passed through podspec as ``` s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' } ``` which fails...
@xuzhongping, if I open the App project that `pod lib lint --no-clean` creates, and manually put the build setting to `BUILD_LIBRARY_FOR_DISTRIBUTION : YES` to Pods project, then it compiles fine...
No worries @xuzhongping, thanks so much for helping with this 🙏
Amazing work @xuzhongping, I'll try the fix on our side after the weekend and get back to you. Thanks and have a good weekend!
Hey @xuzhongping , just wanted to confirm that I tested the route `i.`, added the ``` spec.dependency 'lottie-ios', '3.2.1' ``` and it works fine now. Again, thanks so much for...
Hey @guafei I'm working on a better interface for this, it's getting a separate window for issue navigation / errors. Maybe it just hangs there for a while. I don't...