airbnb / lottie-ios

An iOS library to natively render After Effects vector animations
http://airbnb.io/lottie/
Apache License 2.0
25.76k stars 3.75k forks source link

Warning in Xcode when using Lottie 4.4.0 with cocoa pods #2309

Closed cweymann closed 8 months ago

cweymann commented 8 months ago

Which Version of Lottie are you using?

Lottie 4.4.0

Expected Behavior

no warnings

Actual Behavior

Xcode (15.2.0) warning when building (used cocoa pods 1.14.3 for integration):

invalid character in Bundle Identifier. This string must be a uniform type identifier (UTI) that contains only alphanumeric (A-Z,a-z,0-9), hyphen (-), and period (.) characters.

Comment

Of course this is a minor issue, but I assume it's easily fixable.

In my tests I could fix the issue by removing the underscore from the bundle identifier in the lottie-ios-Lottie_Privacy target

Thanks

Animation JSON

not an animation related issue

calda commented 8 months ago

https://github.com/airbnb/lottie-ios/pull/2317 should fix this