質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.46%
Firebase

Firebaseは、Googleが提供するBasSサービスの一つ。リアルタイム通知可能、並びにアクセス制御ができるオブジェクトデータベース機能を備えます。さらに認証機能、アプリケーションのログ解析機能などの利用も可能です。

Firebase Authentication

Firebase Authenticationは、Firebaseを利用したユーザーの認証機能です。バックエンドサービス、SDK、アプリでのユーザー認証に使用できるUIライブラリが用意されています。

Q&A

解決済

1回答

1141閲覧

Firebase:GoogleSignInのインストール

ttoo

総合スコア126

Firebase

Firebaseは、Googleが提供するBasSサービスの一つ。リアルタイム通知可能、並びにアクセス制御ができるオブジェクトデータベース機能を備えます。さらに認証機能、アプリケーションのログ解析機能などの利用も可能です。

Firebase Authentication

Firebase Authenticationは、Firebaseを利用したユーザーの認証機能です。バックエンドサービス、SDK、アプリでのユーザー認証に使用できるUIライブラリが用意されています。

0グッド

0クリップ

投稿2021/10/04 13:41

Xcode バージョン 12.5
下記より、pod updateをしたところ、GoogleSignInでエラーとなりました。
osx/GoogleSignInのバージョンを色々試してみてもエラーとなります。
こちら、インストール方法について、ご教授ください

# Uncomment the next line to define a global platform for your project platform :osx, '10.15' # platform :osx, '11' target 'test' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! # Pods for parkinglot-mvp pod 'Firebase' pod 'Firebase/Firestore' pod 'Firebase/Database' pod 'Firebase/Storage' pod 'Firebase/Auth' pod 'FirebaseFirestoreSwift' pod 'GoogleSignIn' end
[!] The platform of the target `test` (macOS 10.15) is not compatible with `GoogleSignIn (6.0.2)`, which does not support `macOS`. suzukishouta@shota test % pod update Update all pods Updating local specs repositories Analyzing dependencies [!] The platform of the target `test` (macOS 11) is not compatible with `GoogleSignIn (6.0.2)`, which does not support `macOS`. suzukishouta@shota test % pod update Update all pods Updating local specs repositories Analyzing dependencies [!] The platform of the target `test` (macOS 11) is not compatible with `GoogleSignIn (4.4.0)`, which does not support `macOS`. suzukishouta@shota test % pod update Update all pods Updating local specs repositories Analyzing dependencies [!] The platform of the target `test` (macOS 10.15) is not compatible with `GoogleSignIn (4.4.0)`, which does not support `macOS`.

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

ベストアンサー

cocoapodsでなく、swift package managerでインストールはどうでしょうか。
https://zenn.dev/paraches/articles/swiftui_google-sign-in600

投稿2021/10/25 12:26

Pomu3270

総合スコア280

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.46%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問