I am using Xcode 9.4 and current react native version @0.54.4 I want to upgrade the version to 0.55.4.
As I upgrade my project using react-native-git-upgrade
, I see some un merged conflicts in the project.pbxproj
. Some of the settings are my own that are conflicting with the changes in the new version.
I tried all the possible ways in which I could resolve the conflicts. But still X-code shows the error could not load the project
, and it does not allow me to build my project.
How do I understand what those conflicts are referring to and how can I safely resolve the conflicts?