-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is FLAnimated Image Required #164
Comments
Hey @dmiluski, Are you still experiencing this issue? Unfortunately, we were unable to reproduce and FLAnimatedImage is still required as a separate dependency. Are you adding the frameworks in both the Embedded Binaries and Linked Frameworks and Libraries sections? Thanks, |
Hi @chshapiro , Our current integration was adding these dependencies via pre-build SDK you mention. But, what I'm trying to do is integrate how you recently recommended. Here's how our setup may be differing. For our default dependencies, we install as submodules for those eligible.
// Install via Submodules // Install items which require binary spec It appears by doing this, during build SDWebImage and FLAnimatedImage are fighting b/c both own FLAnimatedImage? |
Are you using Swift or Objective-C? There is a known SDWebImage issue (SDWebImage/SDWebImage#2279) that can happen when using Swift and Carthage. Unfortunately, this is an SDWebImage issue that we can't do much about, but there is a workaround you can look at in #85. Please let us know if you have any more questions. Thanks, |
Hey @dmiluski, Are you still running into these issues? Thanks, |
Hi @chshapiro , yeah. Since SDWebImage 5 is still in beta, going to continue using AppBoy fat binary instead of thin binary until SDWebImage 5 is a full GM release. |
Great! Once SdWebImage 5 is released, we are also looking into replacing our use of FLAnimatedImage with SDWebImage GIF support. I'm going to close this issue for now. Feel free to reopen if you have further questions. |
Report
I recently attempted to integrate with AppBoy via the instructions below:
And I'm getting a duplicate FLAnimatedImage since SDWebImage includes FLAnimatedImage? But If I drop FLAnimatedImage from the embedded frameworks (via submodule integration), dylib fails to be found?
https://github.com/rs/SDWebImage/tree/master/SDWebImage/FLAnimatedImage
If I include both Carthage dependencies: SDWebImage + FLAnimatedImage
If I don't include FLAnimatedImage:
Seeing if FLAnimatedImage library was still necessary as a separate dependency for Braze?
Describe your environment.
What did you do?
What did you expect to happen?
What happened instead?
Steps to reproduce
Code Snippet
Are you doing any feature customizations that may relate to the issue? Can you share the code snippet?
Project that demonstrates the issue
The text was updated successfully, but these errors were encountered: