質問編集履歴
2
質問修正2
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
現在、iOSアプリをGoogle公式サイトの「Google Sign-In for iOS」を参照して実施しています。
|
2
|
-
何度もトライしていますが、どうもうまく行きません。
|
2
|
+
プロジェクトは新規に何度もトライしていますが、どうもうまく行きません。
|
3
3
|
公式サイト:https://developers.google.com/identity/sign-in/ios/sign-in?ver=swift
|
4
4
|
|
5
5
|
AppDelegate.swift
|
1
質問修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
```Podfile
|
22
22
|
pod 'Google/SignIn'
|
23
23
|
```
|
24
|
-
でコンパイルすると、GTMOAuth2がないため、以下エラーがでます。
|
24
|
+
で、エラーを回復(AppDelegate.swiftにimport Googleも追加し)させ、コンパイルすると、GTMOAuth2がないため、以下エラーがでます。
|
25
25
|
clang: error: linker command failed with exit code 1 (use -vto see invocation)
|
26
26
|
|
27
27
|
そのため、GTMOAuth2をPod Installしますが、それでもコンパイルできません。
|