質問編集履歴

5

修正

2018/10/15 09:59

投稿

wataame
wataame

スコア302

test CHANGED
File without changes
test CHANGED
@@ -54,11 +54,7 @@
54
54
 
55
55
 
56
56
 
57
- ③pod repo update
58
-
59
-
60
-
61
- pod repo remove master;
57
+ pod repo remove master;
62
58
 
63
59
   pod setup;
64
60
 
@@ -66,11 +62,11 @@
66
62
 
67
63
 
68
64
 
69
- Xcode閉じる / Clean
65
+ Xcode閉じる / Clean
70
66
 
71
67
 
72
68
 
73
- pod cache clean --all;
69
+ pod cache clean --all;
74
70
 
75
71
 
76
72
 

4

追記

2018/10/15 09:59

投稿

wataame
wataame

スコア302

test CHANGED
File without changes
test CHANGED
@@ -70,6 +70,10 @@
70
70
 
71
71
 
72
72
 
73
+ ⑥pod cache clean --all;
74
+
75
+
76
+
73
77
 
74
78
 
75
79
  【追記】

3

追記

2018/10/15 09:06

投稿

wataame
wataame

スコア302

test CHANGED
File without changes
test CHANGED
@@ -66,6 +66,10 @@
66
66
 
67
67
 
68
68
 
69
+ ⑤Xcode閉じる / Clean
70
+
71
+
72
+
69
73
 
70
74
 
71
75
  【追記】

2

追記

2018/10/15 09:05

投稿

wataame
wataame

スコア302

test CHANGED
File without changes
test CHANGED
@@ -54,6 +54,18 @@
54
54
 
55
55
 
56
56
 
57
+ ③pod repo update
58
+
59
+
60
+
61
+ ④pod repo remove master;
62
+
63
+  pod setup;
64
+
65
+  pod install;
66
+
67
+
68
+
57
69
 
58
70
 
59
71
  【追記】

1

追記

2018/10/15 09:04

投稿

wataame
wataame

スコア302

test CHANGED
File without changes
test CHANGED
@@ -51,3 +51,17 @@
51
51
  ②pod install --repo-update;
52
52
 
53
53
  エラー内容と同じ内容がかえってくる。
54
+
55
+
56
+
57
+
58
+
59
+ 【追記】
60
+
61
+ Xcode側のエラー
62
+
63
+ diff: /Podfile.lock: No such file or directory
64
+
65
+ diff: /Manifest.lock: No such file or directory
66
+
67
+ error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.