Giter VIP home page Giter VIP logo

Comments (21)

petea avatar petea commented on July 28, 2024 8

No immediate plans, but open to this if there's sufficient demand.

from googlesignin-ios.

jpike88 avatar jpike88 commented on July 28, 2024 6

This is causing major issues for our workflow, we use firebase and are struggling to get Xcode to building for simulator on M1 macs. Can this pls be a priority

from googlesignin-ios.

natanrolnik avatar natanrolnik commented on July 28, 2024 1

Plus one for distributing built xcframeworks

from googlesignin-ios.

fabio914 avatar fabio914 commented on July 28, 2024

I actually just updated the project that I was using to download GoogleSignIn with Carthage to use XCFrameworks.

from googlesignin-ios.

xhp281 avatar xhp281 commented on July 28, 2024

没有立即的计划,但如果有足够的需求,就会对此持开放态度。

can you do like this? https://github.com/firebase/firebase-ios-sdk/releases/tag/8.8.0

from googlesignin-ios.

erikkerber avatar erikkerber commented on July 28, 2024

@petea A vote here 👋🏼

A distributed XCFramework makes building on Apple Silicon possible (well, easier) for us. We build with Bazel and Cocoapods/SPM aren't tools we utilize.

We can build ourselves as an alternative, but there is a modern utility to XCFrameworks now that all Mac Pros are Apple Silicon. If that's a big step, even including an arm64-simulator slice in the release would help.

from googlesignin-ios.

maksymbazala avatar maksymbazala commented on July 28, 2024

any updates here? I have an old custom build system on my project and I can use only frameworks/xcframeworks to add new functionality. Any info about when we can get it? Or maybe any advices regarding to how I can make it myself? Thanks.

from googlesignin-ios.

azilbershtein avatar azilbershtein commented on July 28, 2024

Plus one for distributing built xcframeworks

from googlesignin-ios.

mmdumi avatar mmdumi commented on July 28, 2024

Any updates here ?

from googlesignin-ios.

petea avatar petea commented on July 28, 2024

I expect that we will add an XCFramework distribution to our release process, but I don't have a timeline.

Note that Firebase does release a GoogleSignIn XCFramework as part of their larger binary zip distribution, this may be helpful as a stopgap measure.

from googlesignin-ios.

mmdumi avatar mmdumi commented on July 28, 2024

Thank you @petea
Converted to that one.

from googlesignin-ios.

dhaval12593 avatar dhaval12593 commented on July 28, 2024

This helps, thanks.

I am distributing a bunch of dependencies through a SPM and binaryTargets.

While including GoogleSignIn xcframework should I also include the Resources folder?

Looking at https://github.com/google/GoogleSignIn-iOS/blob/main/Package.swift#L74 it looks like the absolute path to this will be GoogleSignIn/Sources/Resources

Where and how should I place the Resources folder exposed in Firebase's release of GoogleSignIn in my SPM package?

from googlesignin-ios.

cassianomonteiro avatar cassianomonteiro commented on July 28, 2024

+1

from googlesignin-ios.

sandhive24 avatar sandhive24 commented on July 28, 2024

+1

from googlesignin-ios.

wolfcon avatar wolfcon commented on July 28, 2024

Just use Firebase Carthage manual. Those guys are the real deal.
Add carfile

binary "https://dl.google.com/dl/firebase/ios/carthage/FirebaseGoogleSignInBinary.json"

from googlesignin-ios.

erikkerber avatar erikkerber commented on July 28, 2024

@wolfcon Those are versioned according to Firebase which are difficult (impossible?) to map to GoogleSignin versions.

from googlesignin-ios.

wolfcon avatar wolfcon commented on July 28, 2024

@wolfcon Those are versioned according to Firebase which are difficult (impossible?) to map to GoogleSignin versions.

That's a messy problem. But you can find GoogleSignIn version in info.plist(Framework file). As I know it is only way to map it..

That list covers most of Google service SDK which is always updated with every separated team. Better than manual import.

I have noticed one thing: (Quote)

Versioning

All Firebase components share the same version. Mixing and matching components with different versions may cause linker errors.

If you use multiple google service, the best way to integrate them is through Firebase version. They test it after all.

from googlesignin-ios.

erikkerber avatar erikkerber commented on July 28, 2024

Yeah we use GoogleSignIn alone (powers part of your Slack sign in!)

Being able to target specific versions of GSI without reverse engineering what Firebase version it belongs to is a must.

from googlesignin-ios.

wolfcon avatar wolfcon commented on July 28, 2024

Last way to achieve that goal is maintaining a self-managed GoogleSignIn which is updated by yourself manually, rather than Firebase. 😆

from googlesignin-ios.

erikkerber avatar erikkerber commented on July 28, 2024

That's what we do.

And is why this issue exists.

from googlesignin-ios.

wolfcon avatar wolfcon commented on July 28, 2024

Let official support..🫠

from googlesignin-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.