質問編集履歴

4

誤字の訂正

2015/10/17 09:05

投稿

chris
chris

スコア13

test CHANGED
File without changes
test CHANGED
@@ -1,10 +1,8 @@
1
+ 環境はxcode7 Macです。
2
+
1
3
  xcodeの環境構築でAlamofire-SwiftyJSONのライブラリーをインストールしました。
2
4
 
3
5
  しかし、git submodule updateで
4
-
5
-
6
-
7
- 環境はxcode7 Macです。
8
6
 
9
7
 
10
8
 

3

文字の修飾

2015/10/17 09:05

投稿

chris
chris

スコア13

test CHANGED
File without changes
test CHANGED
File without changes

2

環境の追加

2015/10/17 08:47

投稿

chris
chris

スコア13

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,10 @@
1
1
  xcodeの環境構築でAlamofire-SwiftyJSONのライブラリーをインストールしました。
2
2
 
3
3
  しかし、git submodule updateで
4
+
5
+
6
+
7
+ 環境はxcode7 Macです。
4
8
 
5
9
 
6
10
 

1

試した方法の追加

2015/10/17 08:46

投稿

chris
chris

スコア13

test CHANGED
File without changes
test CHANGED
@@ -39,3 +39,27 @@
39
39
  reference is not treeとはどういう状態でしょうか?
40
40
 
41
41
  独学で勉強中で理解出来ていない部分があり、申し訳ありません。
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+ ちなみに
52
+
53
+ ```ここに言語を入力
54
+
55
+ cd SwiftyJSON
56
+
57
+ git reset --hard
58
+
59
+ cd -
60
+
61
+ git submodule update
62
+
63
+ ```
64
+
65
+ では解決しませんでした。