We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Lottie 3.4.0
The PRODUCT_MODULE_NAME should be Lottie, not Lottie_macOS, which is the target name.
PRODUCT_MODULE_NAME
Lottie
Lottie_macOS
This will cause downstream have to use
import Lottie_macOS
instead, which is a break chanage from Lottie v3.1.0
The text was updated successfully, but these errors were encountered:
Thanks for the report! Fixed in #1641.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Which Version of Lottie are you using?
Lottie 3.4.0
Expected Behavior
The
PRODUCT_MODULE_NAME
should beLottie
, notLottie_macOS
, which is the target name.This will cause downstream have to use
import Lottie_macOS
instead, which is a break chanage from Lottie v3.1.0
Actual Behavior
Animation JSON
The text was updated successfully, but these errors were encountered: