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 !

2

There are 2 best solutions below

1
On

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.

1
On

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