Skip to content
Discussion options

You must be logged in to vote

Thank you for your question @gsomaratne!

Merging a Xcode project file is not a great experience. Here are a few hints what might have gone wrong and how you might want to address this.

It is essential that you can open the project file in a code editor. I generally use VS Code for that and just open to overall application folder (open a folder in VS Code: On the Visual Studio menu bar, choose File > Open > Folder, and then browse to the code location) and then navigate to the project file (e.g., CS342Application.xcodeproj/project.pbxproj).

Once you have the project open, you can see a text file with multiple open brackets ({) and closed brackets (};) that structures the Xcode project. A g…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@gsomaratne
Comment options

@gsomaratne
Comment options

@PSchmiedmayer
Comment options

@gsomaratne
Comment options

Answer selected by gsomaratne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants