Skip to content

Commit 4e0c852

Browse files
authored
Update README.md
1 parent 8eeb543 commit 4e0c852

File tree

1 file changed

+6
-32
lines changed

1 file changed

+6
-32
lines changed

README.md

Lines changed: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -34,41 +34,15 @@ To install or update the templates you need:
3434
Or if you have a cloned repository:
3535
* On the command line, cd into the directory with cloned templates and write `sh ./install.sh`
3636
<img width="569" alt="screen shot 2017-08-21 at 20 41 30" src="https://user-images.githubusercontent.com/11653316/29531419-241a33ea-86b1-11e7-8c7d-4b1e54e61f7a.png">
37-
37+
3838
After that:
3939
* Launch Xcode and select create a new Xcode project and you'll see the new category "User Templates" that will contain new templates
4040
<img width="730" alt="screen shot 2017-08-20 at 12 35 40" src="https://user-images.githubusercontent.com/11653316/29493709-433ccf98-85a4-11e7-81cf-9d9565cdd56b.png">
41-
42-
## Important
43-
Templates works correctly only in Xcode 8. You should create project in Xcode 8 after that you'll be able use the new versions of Xcode.
44-
45-
### Xcode 9 problems resolving:
46-
After that you've opened Xcode 9 you could see folders without link to existing folder.
47-
To fix it you need:
48-
49-
- Select folder
50-
<img width="262" alt="screen shot 2017-11-02 at 23 18 13" src="https://user-images.githubusercontent.com/11653316/32348573-3bd35f86-c025-11e7-9628-2c649c128679.png">
51-
52-
- In File Inspector(Utilites menu) click on folder button
53-
<img width="262" alt="screen shot 2017-11-02 at 23 18 13" src="https://user-images.githubusercontent.com/11653316/32348668-8b115aee-c025-11e7-9db6-fc91bb0f1fd3.png">
54-
55-
- Select your folder
56-
<img width="555" alt="screen shot 2017-11-02 at 23 18 25" src="https://user-images.githubusercontent.com/11653316/32348572-3bb324dc-c025-11e7-8ad7-a0fd4959c8fe.png">
57-
58-
- Readd files to the folder if needed
59-
<img width="261" alt="screen shot 2017-11-02 at 23 18 34" src="https://user-images.githubusercontent.com/11653316/32348570-3b92ec76-c025-11e7-8a3c-74e9c2b905bf.png">
60-
61-
- Add your readded source files in Compile Sources
62-
<img width="697" alt="screen shot 2017-11-02 at 23 36 49" src="https://user-images.githubusercontent.com/11653316/32349002-bd745c92-c026-11e7-9046-e92c7683a692.png">
63-
<img width="401" alt="screen shot 2017-11-02 at 23 32 39" src="https://user-images.githubusercontent.com/11653316/32348980-a90378ce-c026-11e7-8558-468584c47199.png">
64-
65-
- Or add your bundle resources in Copy Bundle Resources
66-
<img width="701" alt="screen shot 2017-11-02 at 23 37 37" src="https://user-images.githubusercontent.com/11653316/32349040-d58a9ed6-c026-11e7-8fba-7f5a1fb48821.png">
67-
68-
6941

7042
## After creating a project
43+
### Fix folders links
44+
* Open up the Terminal and `cd` into your project folder
45+
* Call in Terminal `make init` and after that call `make synx`
7146
### Remove unnecessary files
72-
* Open up the .xcodeproj file.
73-
* Remove the Non-iOS Resources folder from the Xcode project by selecting that folder in the sidebar, right clicking, then selecting delete from the menu, then selecting "Remove References" in the dialog that pops up:
74-
<img width="551" alt="screen shot 2017-08-21 at 20 30 09" src="https://user-images.githubusercontent.com/11653316/29531076-9b90168a-86af-11e7-87af-7477b4ab5b58.png">
47+
* Open up the .xcodeproj file
48+
* Remove the Non-iOS Resources folder from the Xcode project by selecting that folder in the sidebar, right clicking, then selecting delete from the menu, then selecting "Remove References" in the dialog that pops up

0 commit comments

Comments
 (0)