Vapor Xcode project structure is off

I am going through the vapor tutorial videos on Ray .

In the Xcode project, in videos, it shows a good folder structure, for example, how the folder structure is defined in par docs .
enter image description here

When I follow the same steps to create a new steam project and use xcode, as documents and videos show, vapor new my-projectcd my-projectvapor xcode . The folder structure that I see is not the same.
enter image description here

The folder structure that I see (above) I can use is just fine. However, when I open the Sources folder (group), I see only the steam dependencies listed, and not just the App folder.
enter image description here ... and further, until the last folder is listed in the App folder.

Running this command curl -sL check.vapor.sh | bash curl -sL check.vapor.sh | bash I see that my vapor installation was successful. I am using Vapor Toolbox v1.0.3 and Xcode Version 8.1 (8B62)

Does anyone know how to use vapor xcode and generate an Xcode project where steam dependencies do not appear in the Sources folder?

+5
source share
1 answer
+1
source

Source: https://habr.com/ru/post/1259634/


All Articles