質問編集履歴

2

情報の追記

2018/10/07 07:31

投稿

momonoki
momonoki

スコア21

test CHANGED
File without changes
test CHANGED
@@ -41,3 +41,39 @@
41
41
  ライブラリを利用するのに、一つずつエラーを解消して行く必要があるのでしょうか。
42
42
 
43
43
  それとも、インポートの過程で何かミスしたからこのような状態になっているのでしょうか。
44
+
45
+
46
+
47
+ Xcode:10.0
48
+
49
+ Swift:4.2
50
+
51
+ eureka:4.0.1
52
+
53
+
54
+
55
+ ```Podfile
56
+
57
+ # Uncomment the next line to define a global platform for your project
58
+
59
+ # platform :ios, '9.0'
60
+
61
+
62
+
63
+ target 'EurekaSample' do
64
+
65
+ # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
66
+
67
+ use_frameworks!
68
+
69
+
70
+
71
+ # Pods for EurekaSample
72
+
73
+ pod 'Eureka'
74
+
75
+
76
+
77
+ end
78
+
79
+ ```

1

誤字の修正

2018/10/07 07:31

投稿

momonoki
momonoki

スコア21

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  ### 困っていること
26
26
 
27
- くらいのエラーが出てしまいます。
27
+ 個のエラーが出てしまいます。
28
28
 
29
29
  しかも、そのエラーはライブラリのswiftソースの中で起こっているようで、そのソースをいじるにはソース編集権限をアンロックしなければなりません。
30
30