Skip to content

Bundling failed with runtime error after using RNInAppBrowser #125

Closed
@nihp

Description

@nihp

I am getting the following errors while running the app in iOS. In terminal it shows the following errors

Anyone have any solution for this


react-native-inappbrowser-reborn/ios/RNInAppBrowser.h:10:64: no type or protocol named 'UINavigationControllerDelegate'
@interface ModalSafariViewController : UINavigationController <UINavigationControllerDelegate>
  ^       ~
❌  error: cannot find interface declaration for 'UINavigationController', superclass of 'ModalSafariViewController'
@implementation ModalSafariViewController
                                                              ^
❌  error: 'ModalSafariViewController' cannot use 'super' because it is a root class


❌  error: 'ModalSafariViewController' cannot use 'super' because it is a root class



Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions