質問編集履歴

2

微調整

2017/07/19 06:02

投稿

kaorimanabe
kaorimanabe

スコア13

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,8 @@
3
3
  下記のコードだと、API上のmp3ファイルは再生できるものの、API上のcafファイルは再生できません。解決方法を教えていただけませんでしょうか?
4
4
 
5
5
 
6
+
7
+ ※ログにはエラーメッセージが吐き出されません。cafを再生しようとするとsumilatorが落ちて、debag navigatorが開きます。AutdioFileStreamPackets(void* unsigned int, unsigned int, void const*, AudioStreamPacketDescription*)という部分がハイライトされており、あるthreadにEXC_BAD_ACCESSと表示されています。
6
8
 
7
9
  ※ API上(server上)のcafファイルを手動で手元にダウンロードし、bundleディレクトリに配置した場合は再生できました。
8
10
 

1

微調整

2017/07/19 06:02

投稿

kaorimanabe
kaorimanabe

スコア13

test CHANGED
File without changes
test CHANGED
@@ -49,19 +49,3 @@
49
49
  }
50
50
 
51
51
  ```
52
-
53
-
54
-
55
- - error message
56
-
57
- ```
58
-
59
- objc[1614]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x119118cc0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x118f2f6f0). One of the two will be used. Which one is undefined.
60
-
61
- Notification access accepted !
62
-
63
- Error Domain=NSCocoaErrorDomain Code=3010 "remote notifications are not supported in the simulator" UserInfo={NSLocalizedDescription=remote notifications are not supported in the simulator}
64
-
65
-
66
-
67
- ```