回答編集履歴
1
Podfile
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
|
+
```
|