回答編集履歴

1

Podfile

2016/08/29 05:38

投稿

fuzzball
fuzzball

スコア16731

test CHANGED
@@ -1 +1,25 @@
1
1
  .xcworkspaceを開いているでしょうか?
2
+
3
+
4
+
5
+ # Podfile
6
+
7
+
8
+
9
+ ```
10
+
11
+ platform :ios, '9.0'
12
+
13
+
14
+
15
+ target 'testCharts' do
16
+
17
+ use_frameworks!
18
+
19
+ pod 'Charts'
20
+
21
+ end
22
+
23
+ ```
24
+
25
+