zetachang / react-native-dotenv

A Babel preset let you import application configs from .env file (zero runtime dependency)
MIT License
915 stars 68 forks source link

GeneratedInfoPlistDotEnv.h file not found #65

Open conor909 opened 5 years ago

conor909 commented 5 years ago

Error on iOS only:

../GeneratedInfoPlistDotEnv.h file not found Command Preprocess failed with a nonzero exit code

A google mentions another library (the react-native-config issue) gets this error and the solution seems to be to manually link the dependency. But there is no project file in this library to do that with.

Is there a step to install for xcode that I'm missing?

thecoorum commented 4 years ago

Hey, faced with the same issue on making Archive step, any updates here?

Abramovick commented 4 years ago

Also facing the same issue after updating.