回答編集履歴

1

補足説明

2017/10/17 10:01

投稿

退会済みユーザー
test CHANGED
@@ -2,15 +2,15 @@
2
2
 
3
3
  (修正前)
4
4
 
5
- #import <SpotifyAudioPlayback/SpotifyAudioPlayback.h>
5
+ import <SpotifyAudioPlayback/SpotifyAudioPlayback.h>
6
6
 
7
7
 
8
8
 
9
9
  (修正後)
10
10
 
11
- #import <SpotifyAuthentication/SPTAuth.h>
11
+ import <SpotifyAuthentication/SPTAuth.h>
12
12
 
13
- #import <SpotifyAuthentication/SPTSession.h>
13
+ import <SpotifyAuthentication/SPTSession.h>
14
14
 
15
15
 
16
16
 
@@ -27,3 +27,11 @@
27
27
  import UIKit
28
28
 
29
29
  import AVKit
30
+
31
+
32
+
33
+ ───────────────────────────
34
+
35
+ "Use of undeclared type 'xxx'"のエラーについては
36
+
37
+ Build Settings > Objective C Bridging HeaderのHeaderパスを一回削除してもう一度記入し直すのも有効だった。