step1. build CustomEnvApp
$ cd CustomEnvApp && yarn install
$ cd ios && pod install && cd ..
$ npx react-native run-ios
...
Build Succeeded
success Successfully built the app
...
success Successfully launched the app on the simulatorstep2. build EnvApp
$ cd ../EnvApp && yarn install
$ cd ios && pod install && cd ..
$ npx react-native run-ios
...
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening EnvApp.xcworkspace.