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.55k stars 1.05k forks source link

Ignore Signing 'No Profile Required' frameworks #147

Open ikeremozcan opened 4 years ago

ikeremozcan commented 4 years ago

Hi we use xamarin forms for development and lately we added Google Firebase Analytics to our project. Our customer has own app store connect account they are using this app for re-sign the app. But the problem is this latest SDK's should not be resigned. When I try to validate app in XCode Organizer, it ignores those frameworks to sign then I be able to upload it to App Store Connect succesfully. But when we use this app there is an error for all these packages.

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

I can see that those packages signed because 'teamid'(teamid.com.appname) here ise our customer teamid. Can we be able to ignore those packages like XCode Organizer do?

faahad1990 commented 3 years ago

g