InjoyDeng / ResignTool

An app for macOS that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device. Unrestricted by the applicationIdentifier in the ProvisioningProfile file.
MIT License
407 stars 111 forks source link

can't upload resign ipa to app store #1

Closed BruceTseng closed 6 years ago

BruceTseng commented 6 years ago

when I upload the ipa to app store via application loader, it will show below error message

ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value XXXXXXXX.com.xxx.xxx.xx for key 'application-identifier' in 'Payload/Guidebook.app/Frameworks/AFNetworking.framework/AFNetworking' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle identifier."

InjoyDeng commented 6 years ago

I'm sorry to hear you're facing the issue.

I think this is because 'application-identifier' is not set to the correct value, so the solution was to change application-identifier specifying the correct application bundle ID inside Entitlements.plist.