google / GoogleSignIn-iOS

Enables iOS and macOS apps to sign in with Google.
https://developers.google.com/identity/sign-in/ios
Apache License 2.0
478 stars 194 forks source link

Failed Archive #321

Closed YesidMarin closed 1 year ago

YesidMarin commented 1 year ago

Hello

I'm experiencing an issue when archiving the project. I'm getting a "No such file or directory" error. I'm using Swift Package Manager.

image
mdmathias commented 1 year ago

Hi @YesidMarin. In the future, please follow our issue template for filing a bug. It will help us identify problems and resolutions more quickly.

I'm not able to reproduce this issue. I created a new test app. Added GoogleSignIn-iOS version 7.0.0 via Swift Package Manager, added a sign in button from the library, and was able to build and run. I was also able to Archive the sample app.

I suspect that this has something to do with your project's set up and am resolving this as not reproducible. Please reopen and supply details (i.e., reproduction steps, links your broken project if possible, etc.) if indeed this issue can be fixed within the repo.

Good luck!