Since updating the Xcode 10, I cannot build and run my app either on a physical device or on the simulator. I have tried via the terminal and directly through Xcode. What I have tried:
- Removing my repo and re pulling.
- https://github.com/facebook/react-native/issues/19573
- https://github.com/facebook/react-native/issues/14382
- https://medium.com/@swyx/if-you-get-a-third-party-config-h-35a3c54e9278
- Print: Entry, ":CFBundleIdentifier", Does Not Exist
- "config.h" file not found in iOS project of React native
I do not know what is left to do. I have had all the errors outlined in the above links. the main one that I am having trouble with at the moment is that config.h does exist
and cfbundleidentifier", does not exist
.