常見問題之一真機調試問題

Invalid Code Signing Entitlements - Your application bundle's signature contains code signing entitlements that are not supported. Please check your Xcode project's code signing entitlements configuration, and remove any unneeded entitlements.  
Specifically, key "inter-app-audio" is not supported.
 

The quick solution should be: 

Go to the this project Targets -> Build Setting -> Basic click "All" -> search for "entitlements" -> remove the setting of "Code Signing Entitlements"


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章