When I tryed to upload an app to App Store, I faced below error.
ERROR ITMS-90075: "This bundle is invalid. The application-identifier entitlement is missing; it should contain your 10-character Apple Developer ID, followed by a dot, followed by your bundle identifier."
My app has four provisioning profiles.
1.This app itself
2.Provisioning provider extension
3.File provider extension
4.My own framework
These profiles have different app ID prefix from team ID.
Previous version that is not included 4.My own framework can upload succesfully even at present.
So, I am suspicious of adding this framework caused this error.
I checked adding this framework into Embed Frameworks in build phase and I selected the Code Sign On Copy option.
Also, I tried below solutions but they didn't work.
Technical Q&A QA1814 Setting up Xcode to automatically manage your provisioning profiles
https://developer.apple.com/library/content/qa/qa1814/_index.html
Technical Note TN2319
Is there any other solution?