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

回答編集履歴

1

Podfile

2016/08/29 05:38

投稿

fuzzball
fuzzball

スコア16733

answer CHANGED
@@ -1,1 +1,12 @@
1
- .xcworkspaceを開いているでしょうか?
1
+ .xcworkspaceを開いているでしょうか?
2
+
3
+ # Podfile
4
+
5
+ ```
6
+ platform :ios, '9.0'
7
+
8
+ target 'testCharts' do
9
+ use_frameworks!
10
+ pod 'Charts'
11
+ end
12
+ ```