This application's application-identifier entitlement does not match that of the installed application. These values must match for an upgrade to be allowed
在真機調試的時候,Xcode運行發(fā)現報以下錯誤:

原因:application-identifier沖突;
之前上網搜的時候,大部分人提出了以下解決方法:
1.Open Xcode - > Window -> Devices
2.Click on your device and remove the app you are trying to install from the installed apps list.
3.Try running now.
但是在實際中,我看到設備的installed apps列表中并沒有顯示所有安裝過的APP,找不到那個沖突的APP,如下圖

正確的解決方法:由于手機中已經安裝了一個同樣的bundleid 的app,直接在手機中找到并刪除那個和項目相同bundleid的APP后,重新運行就可以了。