Skip to content

Appdelegate.mm build errors #104

Open
@dessorry

Description

RN version 0.74.6
react-native-lottie-splash-screen: 1.1.2
react-native-splash-screen: 3.3.0
lottie-react-native: 6.7.2
Platform: iOS

When I open my Appdelegate.mm in Xcode I see these errors:

  • No visible @interface for 'Dynamic' declares the selector 'createAnimatioViewRootView:lottieName:'
  • Use of undeclared identifier 'animationView'; did you mean 'animationUIView'?
    On these lines:
  • UIView *animationUIView = (UIView *)[t createAnimationViewWithRootView:rootView lottieName:@"Loader"];
  • AnimationView *animationView = (AnimationView *) animationUIView;

Thank you

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions