Open
Description
[READ] Guidelines
When filing a feature request please make sure the issue title starts with "FR:".
A good feature request ideally
- is either immediately obvious (i.e. "Add Sign in with Apple support"), or
- starts with a use case that is not achievable with the existing Firebase API and
includes an API proposal that would make the use case possible. The proposed API
change does not need to be very specific.
Once you've read this section, please delete it and fill out the rest of the template.
Feature proposal
- EDM4U Component: iOS Resolver (Android Resolver, iOS Resolver, Version Handler, Package Manager, etc)
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?