DanTheMan827 / ios-app-signer

This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
https://dantheman827.github.io/ios-app-signer
GNU General Public License v3.0
5.64k stars 1.06k forks source link

signer use Dynamic framework can't upload to app store #76

Open jia611 opened 6 years ago

jia611 commented 6 years ago

my app use the Dynamic framework , when resigner can not upload to app store . the message is: ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value ‘xxxx.com.test.demo' for key 'application-identifier' in 'Payload/DY.app/Frameworks/dyDemo.framework/dyDemo' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle identifier."

BruceTseng commented 6 years ago

does anyone know how to fix this error

zhengbomo commented 6 years ago

https://github.com/DanTheMan827/ios-app-signer/pull/87