Skip to content

unrecognized selector setReactTag #28

@jlongster

Description

@jlongster

I'm trying to integrate this into an existing project. I successfully did this with a project generated from a template from XCode, so not sure what's going on.

I added ReactKit, linked with it, and started the packager server pointing to my JS directory. The app compiles fine, but when it runs it throws an exception: "[RCTRootView setReactTag:] unrecognized selector instance sent to instance". The thing is, when I look at RCTRootView, I don't see that method implemented anywhere, but it does have self.reactTag = ... in the setUp method. See the screenshot.

Any help debugging what I'm doing wrong?

screen shot 2015-02-01 at 10 12 26 pm

EDIT: also, the only thing I added in my didFinishLaunchingWithOptions method was RCTRootView *rootView = [[RCTRootView alloc] initWithFrame:vc.view.bounds];, which triggers this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions