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
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
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