Please help, I cannot upload a new build to app store connect.

Hi, I recently tried to upload a new build to app store connect and when I get to the signing part of the upload I receive this error: "Profile doesn't include the com.apple.application-identifier and com.apple.developer.aps-environment entitlements." My app does have push notifications enabled and I have enabled them in the entitlements folder. Been trying to fix this for a couple days now and nothing has worked. The only thing I can think of that caused this was when I upgraded to the macOS Big Sur beta. Thats when this error started showing up.

Replies

Are you aware that beta tools/SDKs are not allowed when building and submitting apps for the store?

Suggest you use release version macOS Catalina, being sure to clean the build folder so that any flags set under beta tools/SDKs are purged when building fresh.

Good luck.
Post not yet marked as solved Up vote reply of KMT Down vote reply of KMT
Is that only one solution, so there is no possibilities to make a new build with macOS Big Sur?

From Aiiboo:


then I did this:
  1. Install the "Transporter" app from the macOS App Store.

    1. archive your project

  2. OPEN Xcode 11.5 archive your project

    1. -> Command + Q

  3. Close Xcode 11.5 -> Command + Q

  4. Open then Xcode 12 Beta

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

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

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

Source: https://developer.apple.com/forums/thread/650490?page=2

Post not yet marked as solved Up vote reply of LH16 Down vote reply of LH16
Thanks Aiiboo, following your directions I was able to upload to AppStoreConnect.
Thanks Aiiboo, this helped me too!