質問編集履歴

1

図通り、エラー出てしまった

2016/10/09 11:50

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -1,49 +1 @@
1
- podfile 下記となります。
2
-
3
-
4
-
5
- # Uncomment this line to define a global platform for your project
6
-
7
- # platform :ios, '9.0'
8
-
9
-
10
-
11
- target 'GurunaviAPI' do
12
-
13
- # Comment this line if you're not using Swift and don't want to use dynamic frameworks
14
-
15
- use_frameworks!
16
-
17
- pod 'Alamofire' , '3.1.4'
18
-
19
- pod 'SwiftyJSON' , '2.3.2'
1
+ ![イメージ説明](a5f6ab0a3dfa2b72680cd2a0e682038a.png)
20
-
21
- pod 'SDWebImage' , '3.7.4'
22
-
23
-
24
-
25
- # Pods for GurunaviAPI
26
-
27
-
28
-
29
- target 'GurunaviAPITests' do
30
-
31
- inherit! :search_paths
32
-
33
- # Pods for testing
34
-
35
- end
36
-
37
-
38
-
39
- target 'GurunaviAPIUITests' do
40
-
41
- inherit! :search_paths
42
-
43
- # Pods for testing
44
-
45
- end
46
-
47
-
48
-
49
- end