I’m trying to upload binary to iTunesConnect using Xcode8.3.
There are around 10 cocoa pods (Alamofire, SideMenuController, DropDown etc)
in my project.
However, while uploading I’m getting strange error related to bundle identifier.
iTunes Store operation failed. No suitable application records were found. Verify your bundle identifier ‘org.cocoapods.Alamofire’ is correct.
I tried some fix mentioned below :
Renamed
‘org.cocoapods.Alamofire
’ bundle id of Alamofire Cocoapods tocom.companyName.AppName
Renamed
‘org.cocoapods.Alamofire’
bundle id of Alamofire Cocoapods tocom.companyName.AppName.Alamofire
(Even registered new bundle id on iTunes Connect with com.companyName.AppName.Alamofire id)Deleted
‘org.cocoapods.Alamofire’
bundle id but reappeared
Any other quick fix?
Deintegrate pods and then reinstall pods. Then create archive and upload it on iTunes connect.
来源:https://stackoverflow.com/questions/44255554/itunes-store-operation-failed-no-suitable-application-records-were-found-verif