teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

4

書式改善

2019/12/09 08:32

投稿

masshuu
masshuu

スコア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
  ![イメージ説明](bdbad6f46f509c3e057485d119ef1218.png)
3
4
  ![イメージ説明](9204a9c9083ad465327dfc481fdb1773.png)
4
5
  ![イメージ説明](dec7698cc89207d8d9ede5bb038bb8c1.png)
6
+
5
7
  CocoaPodsをインストールし、pod initでPodfileを作成するところまではできました。
6
8
 
7
9
  作成したPodfileの中身は以下の通りです。

3

podfileの中身を追加

2019/12/09 08:32

投稿

masshuu
masshuu

スコア4

title CHANGED
File without changes
body CHANGED
@@ -4,6 +4,23 @@
4
4
  ![イメージ説明](dec7698cc89207d8d9ede5bb038bb8c1.png)
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

追加情報

2019/12/09 08:31

投稿

masshuu
masshuu

スコア4

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画像追加

2019/12/08 17:00

投稿

masshuu
masshuu

スコア4

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
  ![イメージ説明](bdbad6f46f509c3e057485d119ef1218.png)
3
3
  ![イメージ説明](9204a9c9083ad465327dfc481fdb1773.png)
4
+ ![イメージ説明](dec7698cc89207d8d9ede5bb038bb8c1.png)
4
5
  CocoaPodsをインストールし、pod initでPodfileを作成するところまではできました。
5
6
 
6
7
  この問題の解決方法を教えていただけたら幸いです。