2

I have tried every solution from every similar question. Whenever I try to Validate an archive in Xcode 9.3 Organizer I get this error with all types of profile types. I tried exporting my project with Xcode 8 and I think it did something different with Entitlements because It exported with no problem but I tried to use application loader to upload it but Apple has this new thing where every new app must have the newest SDK. I've toggled capabilities, I've tried with and without auto signing, I've cleaned it a bunch of times, and restarted Xcode many times. I just don't know what to do. I think there is probably something wrong with my entitlements file because I tried to fix this issue by tampering with it but I probably made it worse.

screenshot1

screenshot2

screenshot3

screenshot4

screenshot5

screenshot6

Any help would be greatly appreciated !

Jan Černý
  • 1,084
  • 2
  • 14
  • 26
Marvin
  • 31
  • 1
  • 4
  • Please have a look to this post... https://stackoverflow.com/questions/46148523/profile-doesnt-match-the-entitlements-files-value-for-the-application-identifi – Harjot Singh May 19 '18 at 15:23
  • Possible duplicate of [Profile doesn't match the entitlements file's value for the application-identifier entitlement](https://stackoverflow.com/questions/46148523/profile-doesnt-match-the-entitlements-files-value-for-the-application-identifi) – Alex Shtromberg Jul 31 '19 at 07:49

2 Answers2

2

Try to set a bundleIdentifier in the Info.plist to $(PRODUCT_BUNDLE_IDENTIFIER)$(BUNDLE_SUFFIX) In my case it worked.

Boris
  • 314
  • 5
  • 20
  • 1
    This. I had typed out the bundleidentifier in plain text as com.domain.app.watchkitapp and despite being correct, the build was rejected on upload for mismatch. – brianfit Dec 15 '19 at 18:52
0

I got no response and found no solution so I downloaded a third party app signer and uploaded to the App Store with Application Loader.

Marvin
  • 31
  • 1
  • 4