My customers want to resign the app when submitting to the AppStore. They will not give me their Certificates and Provisioning Profiles. And they will not add me to their development team in Apple Developer Account. They have tried a variety of signing methods and scripts. Including https://github.com/maciekish/iReSign and an upgraded version https://github.com/0xMarK/iReSign
ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically value '12345678.com.mydomain.AppName' for key 'application-identifier' in 'PayLoad/AppName.app/Frameworks/Bolts.framework/Bolts' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle identifier."
Isn't my 'application-identifier' is of correct format? I don't get it.
How do customers successfully resign our app?
I have found a thread on Apple Forum which describes my problem https://forums.developer.apple.com/message/94152
My Podfile includes !use_frameworks:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!
