-1

I installed PhoneNumberKit by adding

pod 'PhoneNumberKit', '~> 2.6' to the podFile and

running pod install

after that my app builds fine but when i archive the app for deployment i

get error

No suitable application records were found. Verify your bundle identifier 'org.cocoapods.PhoneNumberKit' is correct.

Jonas
  • 121,568
  • 97
  • 310
  • 388
Akoh Victor Gutz
  • 620
  • 7
  • 25

1 Answers1

1

After much search none of the solution work for me but this and it is really simple.

step 1 open info.plist in TextEdit

step 2 find CFBundlePackageType

step 3 set the value to APPL like APPL

step 4 clean, archive and resubmit your project

hope it helps.

Akoh Victor Gutz
  • 620
  • 7
  • 25