Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode project doesn't open

I tried to open file .xcodepoj, but only one file is opened by Xcode, it is - main.m.

enter image description here

Help me please! How should I open project? What is the problem?

like image 764
Eugene Trapeznikov Avatar asked Mar 07 '12 07:03

Eugene Trapeznikov


People also ask

How do I open an Xcode project?

Importing into XcodeOpen the folder you unzipped from your Dropsource download and locate the file with “. xcodeproj” extension in the root directory. Select the file and click Open. Xcode will open the project.

Could not open workspace file at Xcode?

Open your project folder and then Right click on the . xcodeproj file and then select Show Package Contents and delete project. xcworkspace file. if there is any package are added then you must to delete and add once again in your project to run your project.

How do I open Xcode project in text editor?

Opening from XcodeSelect a Swift file in Xcode's project navigator, right-click, and choose Open with External Editor. The file will open in your text editor. The changes you make to the text in your text editor will also appear in Xcode.

How do I open Xcode 13 in Xcode 12?

XCode 12 says that project cannot be opened because it is in a future Xcode project file format. Adjust the project format using a compatible version of Xcode to allow it to be opened by this version of Xcode.


2 Answers

Had similar problem a few days ago. Way to "fix" it:

  • Expand the toolbar
  • Open the side windows that you need(probably the left one only)

Hope it helps

like image 55
Novarg Avatar answered Oct 15 '22 23:10

Novarg


This is how I restored it to the normal view.

  • View > Show Toolbar
  • View > Navigators > Show Project Navigator

Optionally

  • View > Debug Area > Activate Console
  • View > Utilities > Show Utilities

Xcode should now be in the state you want it.

like image 22
Cody A. Ray Avatar answered Oct 15 '22 22:10

Cody A. Ray