質問編集履歴

2

指摘されたところを改善しました。

2016/12/22 12:07

投稿

GOrira3333
GOrira3333

スコア22

test CHANGED
File without changes
test CHANGED
@@ -10,9 +10,7 @@
10
10
 
11
11
  /Users/***/Desktop/testezaudio/testezaudio/ViewController.swift:13:41: Use of undeclared type 'EZMicrophoneDelegate'
12
12
 
13
-
13
+ ```
14
-
15
-
16
14
 
17
15
  おそらく、ヘッダーが間違っていいると思います。
18
16
 
@@ -20,19 +18,15 @@
20
18
 
21
19
  どのように直すべきですか。
22
20
 
23
- ```
24
-
25
21
 
26
22
 
27
23
  ###該当のソースコード
28
24
 
29
25
  (Header fille)
30
26
 
31
- #ifndef testezaudio_Swift_h
27
+ ```
32
28
 
33
- #define testezaudio_Swift_h
29
+ #ifndef testezaudio_Swift_h#define testezaudio_Swift_h
34
-
35
-
36
30
 
37
31
  #import <EZAudio.h>
38
32
 
@@ -40,11 +34,7 @@
40
34
 
41
35
  #endif /* testezaudio_Swift_h */
42
36
 
43
-
44
-
45
37
  ```
46
-
47
-
48
38
 
49
39
  ###試したこと
50
40
 
@@ -53,3 +43,55 @@
53
43
 
54
44
 
55
45
  ###補足情報(言語/FW/ツール等のバージョンなど)
46
+
47
+ Swift 3.0.2
48
+
49
+ PodFile
50
+
51
+ ```
52
+
53
+ # Uncomment the next line to define a global platform for your project
54
+
55
+ # platform :ios, '9.0'
56
+
57
+
58
+
59
+ target 'testezaudio' do
60
+
61
+ # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
62
+
63
+ use_frameworks!
64
+
65
+ pod 'EZAudio','~> 1.0'
66
+
67
+
68
+
69
+
70
+
71
+ # Pods for testezaudio
72
+
73
+
74
+
75
+ target 'testezaudioTests' do
76
+
77
+ inherit! :search_paths
78
+
79
+ # Pods for testing
80
+
81
+ end
82
+
83
+
84
+
85
+ target 'testezaudioUITests' do
86
+
87
+ inherit! :search_paths
88
+
89
+ # Pods for testing
90
+
91
+ end
92
+
93
+
94
+
95
+ end
96
+
97
+ ```

1

題名の変更

2016/12/22 12:07

投稿

GOrira3333
GOrira3333

スコア22

test CHANGED
@@ -1 +1 @@
1
- 録音について
1
+ swiftでiOSの EZAudioライブラリーのインポートエラーについて
test CHANGED
@@ -7,6 +7,12 @@
7
7
 
8
8
 
9
9
  ```
10
+
11
+ /Users/***/Desktop/testezaudio/testezaudio/ViewController.swift:13:41: Use of undeclared type 'EZMicrophoneDelegate'
12
+
13
+
14
+
15
+
10
16
 
11
17
  おそらく、ヘッダーが間違っていいると思います。
12
18