iTunes Store operation failed. No suitable application records were found. Verify your bundle identifier ‘org.cocoapods.Alamofire’ is correct

Viewed 2698

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.

Screenshot

I tried some fix mentioned below :

  1. Renamed ‘org.cocoapods.Alamofire’ bundle id of Alamofire Cocoapods to com.companyName.AppName

  2. Renamed ‘org.cocoapods.Alamofire’ bundle id of Alamofire Cocoapods to com.companyName.AppName.Alamofire (Even registered new bundle id on iTunes Connect with com.companyName.AppName.Alamofire id)

  3. Deleted ‘org.cocoapods.Alamofire’ bundle id but reappeared

Any other quick fix?

3 Answers

Restarting my computer did the trick in my case.

Related