ueno-llc / react-native-starter

Professional react-native starter kit with everything you'll ever need to deploy rock solid apps
https://ueno-llc.github.io/react-native-starter
MIT License
574 stars 90 forks source link

GeneratedInfoPlistDotEnv.h not found #232

Closed ViralS-Truongnh closed 4 years ago

ViralS-Truongnh commented 4 years ago

Describe the bug Xcode build fail

To Reproduce yarn create ueno-app native sample co.nguyen run Xcode build fail

Expected behavior Build success

Screenshots Screen Shot 2020-02-20 at 11 09 46

Environment

Additional context

Run react-native info in your terminal and paste its contents here. ` System: OS: macOS 10.15.2 CPU: (4) x64 Intel(R) Core(TM) i5-6300HQ CPU @ 2.30GHz Memory: 28.63 MB / 8.00 GB Shell: 5.7.1 - /bin/zsh Binaries: Node: 10.18.1 - ~/.nvm/versions/node/v10.18.1/bin/node Yarn: 1.22.0 - /usr/local/bin/yarn npm: 6.13.4 - ~/.nvm/versions/node/v10.18.1/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1 Android SDK: API Levels: 14, 23, 25, 26, 28, 29 Build Tools: 23.0.1, 26.0.2, 26.0.3, 27.0.3, 28.0.3, 29.0.2 System Images: android-28 | Google APIs Intel x86 Atom, android-29 | Google APIs Intel x86 Atom, android-29 | Google Play Intel x86 Atom IDEs: Android Studio: 3.5 AI-191.8026.42.35.6010548 Xcode: 11.3.1/11C504 - /usr/bin/xcodebuild npmPackages: react: 16.9.0 => 16.9.0 react-native: 0.61.2 => 0.61.2

I found this error from react-native-config, but when I follow [this]: (https://github.com/luggit/react-native-config/issues/125) and [this]: (https://github.com/luggit/react-native-config/issues/365), all recommend doesn't woking, and I remove react-native-config, clean build folder, run and has the same error. I don't understand what's going on, previous version doesn't has this error. `

ViralS-Truongnh commented 4 years ago

Oh my bad, I fix not right error. I found this: https://github.com/luggit/react-native-config/issues/83#issuecomment-571505535 and it worked.