質問編集履歴
4
書式改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,10 +1,14 @@
|
|
1
1
|
Podfileを作成し、pod installを実行しようとすると、[!] No `Podfile' found in the project directory.というエラーが出てしまいます。
|
2
|
+
|
3
|
+
|
2
4
|
|
3
5
|
![イメージ説明](bdbad6f46f509c3e057485d119ef1218.png)
|
4
6
|
|
5
7
|
![イメージ説明](9204a9c9083ad465327dfc481fdb1773.png)
|
6
8
|
|
7
9
|
![イメージ説明](dec7698cc89207d8d9ede5bb038bb8c1.png)
|
10
|
+
|
11
|
+
|
8
12
|
|
9
13
|
CocoaPodsをインストールし、pod initでPodfileを作成するところまではできました。
|
10
14
|
|
3
podfileの中身を追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,6 +10,40 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
+
作成したPodfileの中身は以下の通りです。
|
14
|
+
|
15
|
+
```CocoaPods
|
16
|
+
|
17
|
+
# Uncomment the next line to define a global platform for your project
|
18
|
+
|
19
|
+
# platform :ios, '9.0'
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
target 'BrailleSearch' do
|
24
|
+
|
25
|
+
# Comment the next line if you don't want to use dynamic frameworks
|
26
|
+
|
27
|
+
use_frameworks!
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
# Pods for BrailleSearch
|
32
|
+
|
33
|
+
pod 'Kanna'
|
34
|
+
|
35
|
+
pod 'Alamofire', '4.8.2'
|
36
|
+
|
37
|
+
pod 'HydraAsync'
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
end
|
42
|
+
|
43
|
+
```
|
44
|
+
|
45
|
+
|
46
|
+
|
13
47
|
この問題の解決方法を教えていただけたら幸いです。
|
14
48
|
|
15
49
|
よろしくお願いします。
|
2
追加情報
test
CHANGED
File without changes
|
test
CHANGED
@@ -13,3 +13,7 @@
|
|
13
13
|
この問題の解決方法を教えていただけたら幸いです。
|
14
14
|
|
15
15
|
よろしくお願いします。
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
※別のパソコンで同じことをやったら、上手くいきましたが、何故か私が普段使っているパソコンだと上手くいきません。
|
1
ls画像追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -3,6 +3,8 @@
|
|
3
3
|
![イメージ説明](bdbad6f46f509c3e057485d119ef1218.png)
|
4
4
|
|
5
5
|
![イメージ説明](9204a9c9083ad465327dfc481fdb1773.png)
|
6
|
+
|
7
|
+
![イメージ説明](dec7698cc89207d8d9ede5bb038bb8c1.png)
|
6
8
|
|
7
9
|
CocoaPodsをインストールし、pod initでPodfileを作成するところまではできました。
|
8
10
|
|