当我在 iOS9 应用程序中运行以下命令时:
AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayback)
然后在命令行上显示以下消息:
ERROR: 126: IPCAUClient: bundle display name is nil
有什么建议吗?
Best Answer-推荐答案 strong>
刚发现,我的 Apps info.plist 文件中的 CFBundleDisplayName 条目丢失了。添加这个修复了错误。
关于ios - IPCAUClient : bundle display name is nil,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/33449605/
|