I'm can't find the project.pbxproj file. Can anyone tell me where this is located?
Asked
Active
Viewed 2.6k times
1 Answers
63
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.

Vladimir
- 170,431
- 36
- 387
- 313
-
I had this unexpected issue and found that for some reason when changing ownership, this file had been put in my gitignore file – t.ios Apr 04 '19 at 15:16
-
Yes, i end up copying from another project and adding into the package contents then worked for me – Aman Deep Nov 24 '20 at 10:02