Anders Hassis

Results 18 comments of Anders Hassis

I'm aware of the deprecations being logged in 5.0. In 5.1rc1 they have been removed permanently so it completely fails tests. Currently don't have time to dig into this, so...

@sevenseacat The tests have now been fixed for Rails 5. Enjoy!

@avitus I submitted a PR here: https://github.com/Sutto/api_smith/pull/12

Support for Rails 5.1 was kindly added by @MatayoshiMariano

This now works for Rails 5.2 as well. @Zhong-z kindly added support for Bugsnag v6. @Sutto Any chance we can get this merged and cut a new major version perhaps...

> Adding this lines to xcconfig > > ``` > HEADER_SEARCH_PATHS=$(inherited) $(SRCROOT)/Tuist/Dependencies/SwiftPackageManager/.build/checkouts/GoogleSignIn/Sources/Public $(SRCROOT)/Tuist/Dependencies/SwiftPackageManager/.build/checkouts/AppAuth-iOS/Source/AppAuth $(SRCROOT)/Tuist/Dependencies/SwiftPackageManager/.build/checkouts/AppAuth-iOS/Source/AppAuthCore $(SRCROOT)/Tuist/Dependencies/SwiftPackageManager/.build/checkouts/gtm-session-fetcher/Source/SwiftPackage $(SRCROOT)/Tuist/Dependencies/SwiftPackageManager/.build/checkouts/GoogleSignIn/Sources/../../ $(SRCROOT)/Tuist/Dependencies/SwiftPackageManager/.build/checkouts/GTMAppAuth/GTMAppAuth/Sources/Public/GTMAppAuth > > OTHER_LDFLAGS=-ObjC > ``` > > helped me to build the project...

> > Thanks for the tip! What versions did you use of GoogleSignIn (and Firebase if applicable)? It doesn't work for me hence the question. Thanks! > > GoogleSignIn 6.2.4...