Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing project.pbxproj file

Tags:

xcode

I'm can't find the project.pbxproj file. Can anyone tell me where this is located?

like image 241
Stephen Avatar asked Jun 16 '10 14:06

Stephen


People also ask

How do I edit a Pbxproj file?

project. pbxproj is an old-style ASCII property list file, too. So you can use /usr/libexec/PlistBuddy to edit it.

Where can I find project Pbxproj?

Usually it is situated inside corresponding YourProjectName. xcodeproj package - it is a folder but looks like an ordinary file in MacOS's Finder - you can go into it right-clicking and choosing 'show package contents' option.

What is Xcodeproj project Pbxproj?

pbxproj is an important file in the Xcode configuration bundle. It is responsible for maintaining references to all of the linked files and their groupings, linked frameworks, and most importantly, the project's build settings. Because of this, we cannot exclude project.


1 Answers

Usually it is situated inside corresponding YourProjectName.xcodeproj package - it is a folder but looks like an ordinary file in MacOS's Finder - you can go into it right-clicking and choosing 'show package contents' option.

like image 52
Vladimir Avatar answered Sep 20 '22 21:09

Vladimir