当我在iOS9应用程序中运行以下命令时:
AVAudioSession.sharedInstance().setCategory(AVAudioSessionCategoryPlayback)
然后在命令行上显示以下消息:
ERROR: 126: IPCAUClient: bundle display name is nil
有什么建议吗?
答案 0 :(得分:3)
刚刚发现,我的应用CFBundleDisplayName
文件中的info.plist
条目丢失。添加此内容修复了错误。