質問編集履歴
4
書式改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,7 +1,9 @@
|
|
1
1
|
Podfileを作成し、pod installを実行しようとすると、[!] No `Podfile' found in the project directory.というエラーが出てしまいます。
|
2
|
+
|
2
3
|

|
3
4
|

|
4
5
|

|
6
|
+
|
5
7
|
CocoaPodsをインストールし、pod initでPodfileを作成するところまではできました。
|
6
8
|
|
7
9
|
作成したPodfileの中身は以下の通りです。
|
3
podfileの中身を追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,6 +4,23 @@
|
|
4
4
|

|
5
5
|
CocoaPodsをインストールし、pod initでPodfileを作成するところまではできました。
|
6
6
|
|
7
|
+
作成したPodfileの中身は以下の通りです。
|
8
|
+
```CocoaPods
|
9
|
+
# Uncomment the next line to define a global platform for your project
|
10
|
+
# platform :ios, '9.0'
|
11
|
+
|
12
|
+
target 'BrailleSearch' do
|
13
|
+
# Comment the next line if you don't want to use dynamic frameworks
|
14
|
+
use_frameworks!
|
15
|
+
|
16
|
+
# Pods for BrailleSearch
|
17
|
+
pod 'Kanna'
|
18
|
+
pod 'Alamofire', '4.8.2'
|
19
|
+
pod 'HydraAsync'
|
20
|
+
|
21
|
+
end
|
22
|
+
```
|
23
|
+
|
7
24
|
この問題の解決方法を教えていただけたら幸いです。
|
8
25
|
よろしくお願いします。
|
9
26
|
|
2
追加情報
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,4 +5,6 @@
|
|
5
5
|
CocoaPodsをインストールし、pod initでPodfileを作成するところまではできました。
|
6
6
|
|
7
7
|
この問題の解決方法を教えていただけたら幸いです。
|
8
|
-
よろしくお願いします。
|
8
|
+
よろしくお願いします。
|
9
|
+
|
10
|
+
※別のパソコンで同じことをやったら、上手くいきましたが、何故か私が普段使っているパソコンだと上手くいきません。
|
1
ls画像追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
Podfileを作成し、pod installを実行しようとすると、[!] No `Podfile' found in the project directory.というエラーが出てしまいます。
|
2
2
|

|
3
3
|

|
4
|
+

|
4
5
|
CocoaPodsをインストールし、pod initでPodfileを作成するところまではできました。
|
5
6
|
|
6
7
|
この問題の解決方法を教えていただけたら幸いです。
|