xcodereact-nativeemulationcfbundleidentifier

How to fix "Print: Entry, ":CFBundleIdentifier", Does Not Exist" while running others project, what to do?


I'm trying to launch project from github and this problem occurs: error

Error occurs after running via react-native run-ios I tried to launch it on different simulators - didn't work Reinstalling node_models - didn't work react-native upgrade - didn't work


Solution

  • for me switching version of XCode worked great (from 10.1 to 9.2), while none of any other methods from the web did

    thank you all