You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-32Lines changed: 6 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,41 +34,15 @@ To install or update the templates you need:
34
34
Or if you have a cloned repository:
35
35
* On the command line, cd into the directory with cloned templates and write `sh ./install.sh`
36
36
<imgwidth="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
+
38
38
After that:
39
39
* Launch Xcode and select create a new Xcode project and you'll see the new category "User Templates" that will contain new templates
40
40
<imgwidth="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
-
<imgwidth="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
-
<imgwidth="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
-
<imgwidth="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
-
<imgwidth="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
-
<imgwidth="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
-
<imgwidth="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
-
<imgwidth="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
-
69
41
70
42
## 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`
71
46
### 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
-
<imgwidth="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