質問編集履歴

1

Podfileの内容を追加しました。

2019/06/14 05:04

投稿

mochinotane
mochinotane

スコア13

test CHANGED
File without changes
test CHANGED
@@ -32,17 +32,15 @@
32
32
 
33
33
 
34
34
 
35
- 以下[ProjectName]-Bridging-Header.h に記入した内容です。
35
+ ### [ProjectName]-Bridging-Header.h
36
-
37
-
38
36
 
39
37
 
40
38
 
41
39
  ```Swift
42
40
 
43
- #ifndef LottieSample_Bridging_Header_h
41
+ #ifndef LottieTest_Bridging_Header_h
44
42
 
45
- #define LottieSample_Bridging_Header_h
43
+ #define LottieTest_Bridging_Header_h
46
44
 
47
45
 
48
46
 
@@ -51,6 +49,32 @@
51
49
 
52
50
 
53
51
  #endif
52
+
53
+ ```
54
+
55
+ ### Podfile
56
+
57
+ ```
58
+
59
+ # Uncomment the next line to define a global platform for your project
60
+
61
+ # platform :ios, '9.0'
62
+
63
+
64
+
65
+ target 'LottieTest' do
66
+
67
+ # Comment the next line if you don't want to use dynamic frameworks
68
+
69
+ use_frameworks!
70
+
71
+
72
+
73
+ # Pods for LottieTest
74
+
75
+ pod 'lottie-ios'
76
+
77
+ end
54
78
 
55
79
  ```
56
80
 
@@ -113,3 +137,11 @@
113
137
  ### 補足情報(FW/ツールのバージョンなど)
114
138
 
115
139
  Xcode Version 10.2.1 (10E1001)
140
+
141
+
142
+
143
+
144
+
145
+ 初歩的な質問で恐縮ですが、不足している情報などありましたら教えていただけると幸いです。
146
+
147
+ よろしくお願いいたします。