GeneratedInfoPlistDotEnv.h file is not found GeneratedInfoPlistDotEnv.h file is not found xcode xcode

GeneratedInfoPlistDotEnv.h file is not found


This issue comes when react native is not able to link to the configuration file like .env file created in your react native environment. If you have used any react native config framework like react-native-config. then make sure this framework is linked for your iOS environment as shown below

    react-native link react-native-config

If you are using react-native version >= 0.60 then follow the below steps after linking is done. Go to ios folder and run pod install.

Next do the following:1. Remove Derived Data from Xcode2. Clean Build Folder3. Build the project again


I had this problem, my solution was to change the Xcode build system from "Legacy Build System" to "New Build System" in the Workspace Settings under the File menu


In my case, I was trying to add a new target for rn-extensions-share and forgot to add all necessary libraries for that new target.

Correct libs to link with in shar extension target