googlesamples / unity-jar-resolver

Unity plugin which resolves Android & iOS dependencies and performs version management
Other
1.25k stars 342 forks source link

[FR] `CODE_SIGNING_ALLOWED`(xcode build setting) for some pods' projects on Xcode 14 #573

Open CodeMasterYi opened 1 year ago

CodeMasterYi commented 1 year ago

[READ] Guidelines

When filing a feature request please make sure the issue title starts with "FR:".

A good feature request ideally

Once you've read this section, please delete it and fill out the rest of the template.

Feature proposal

Describe your use case and/or feature request here.

we find package GoogleSignIn will not be successfully compiled due to code signing issue on Xcode 14 we find the solution in this link: https://stackoverflow.com/questions/73765469/signing-for-googlesignin-googlesignin-requires-a-development-team

we can find that the corrected answer is disabling CODE_SIGNING_ALLOWED for all target under pods' project. can we have an feature about this in EDM4U?