You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: