0

i want to clone the repository from github to the JetBrains IDE AppCode and edit it

I did everything as it is. but the folders are not displayed

they are in the computer, but not in the appcode

I have little reputation for posting images so here are the links

here. and here.

goganych
  • 11
  • 1
  • 1
    Your links do not directly lead to the images, instead I get a page in Russian, which I am unable to navigate, can you post them somewhere else? Also, when you say "they are in the computer, but not in the appcode" do you mean that when you view the folder in Explorer/Finder/whatever all the files/folders are there but AppCode does not show them? – Bob Jul 20 '19 at 12:21
  • @Bob: Yes that's right, they are on the computer, but they are not in the project. The links corrected – goganych Jul 21 '19 at 21:53
  • @Bob: look please photo – goganych Jul 23 '19 at 10:55

1 Answers1

1

You do not have a .xcodeproj/.xcworkspace file in your project folder. .xcodeproj/.xcworkspace represent the project structure, and without it AppCode cannot open the project (same as Xcode). To work with your project in AppCode, you need to create it using the Project Wizard in AppCode or in Xcode first.