Skip to content

iOS build problem #71

@Francesco-Voto

Description

@Francesco-Voto

Hello,

I am facing a problem with iOS build.
Currenlty I am using RN 0.73.2 and I need to build the app with static framework, so I am not 100% sure what the problem could be (if the newest Rn release or the static framework) anyway I got this error in RNExitApp.h

'React-Codegen/RNExitAppSpec/RNExitAppSpec.h' file not found` at line 10

#import <React-Codegen/RNExitAppSpec/RNExitAppSpec.h> 

The error disappear (and I am able to build my app) if I change the line to #import <RNExitAppSpec/RNExitAppSpec.h> so probably it is just necessary to update the code.

I can open PR if you want.

Thanks

Metadata

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