1

I can not upload a new build to AppStore because I get this error

when I tap info icon next to the distribution provisioning profile:

Entitlements: 6 included, 1 Missing

Missing com.apple.application-identifier

Although I already set an app identifier in info.plist

Is com.apple.application-identifier different than application-identifier?

also how can I add it in Entitlements?

enter image description here

jawad
  • 775
  • 6
  • 16

2 Answers2

0

Quick fix

Install the "Transporter" app from the MacOS app store.

OPEN Xcode 11.5 archive your project

Close Xcode 11.5 -> Command + Q

Open then Xcode 12 Beta

From Xcode's organizer, select your archive and press "Distribute App"

Instead of "Upload", select "Export" and proceed as usual.

Drop the exported .ipa into the transporter and press "Deliver".

And it Works!

jawad
  • 775
  • 6
  • 16
0

I solved it with this: (I exported to upload it to a firebase distribution)

  1. Archive with Xcode 11.6
  2. Quit Xcode 11.6
  3. Open Xcode 12 beta2 (don't open the project)
  4. Open Window -> Organizer
  5. Distribute the App "normally"
Dasoga
  • 5,489
  • 4
  • 33
  • 40