Search code examples
swiftapp-store-connectalamofire

Why "Verify your bundle identifier 'org.cocoapods.Alamofire' is correct."?


"No suitable application records were found. Verify your bundle identifier 'org.cocoapods.Alamofire' is correct." -- This error occur for me when I am trying to upload the build to iTunes connect.

I have tried the following solutions,

  1. Created new provisioning profile and created as another new app in iTunes
  2. Renamed the bundle id for Alamofire
  3. Double checked the bundle id in app with the one in iTunes connect
  4. Removed and reinstalled pod

but still it's not working.

I have found lot of answers and suggestions for this in stack overflow.But nothing helped me..

Anyone has the solution to fix this.


Solution

  • I haven't worked on this project for long time.. Now, due to the need I started to work and again got the same issue. when I started listing the possibilities of this issue..I found where i was wrong. I missed to add "Bundle OS Type code - APPL" in app's info.plist.

    Actually few seconds work, due to my carelessness I resolved it after a month.

    Thank you for your suggestion @Dominik Bucher