初めてFirebaseを試しています。私は手動でSDKをインストールするように選択しましたポッドインストールは永遠に取っていました。Swift Firebase: "_GSDK_NSClassFromString"、参照先:
私は方向がステップバイステップで、私は、私はこのエラーを得たプロジェクトを実行しようとしたとき、続い:
Undefined symbols for architecture x86_64:
"_GSDK_NSClassFromString", referenced from:
-[GSDK_GTMSessionFetcher initWithRequest:configuration:] in GoogleNetworkingUtilities(GTMSessionFetcher.o)
___45+[GSDK_GTMSessionFetcher fetcherUserDefaults]_block_invoke in GoogleNetworkingUtilities(GTMSessionFetcher.o)
-[GSDK_GTMMIMEDocument generateInputStream:length:boundary:] in GoogleNetworkingUtilities(GTMMIMEDocument.o)
-[GSDK_GTMSessionFetcher(GTMSessionFetcherLogging) loggedInputStreamForInputStream:] in GoogleNetworkingUtilities(GTMSessionFetcherLogging.o)
-[GSDK_GTMSessionFetcher(GTMSessionFetcherLogging) loggedStreamProviderForStreamProvider:] in GoogleNetworkingUtilities(GTMSessionFetcherLogging.o)
"_OBJC_CLASS_$_FIRApp", referenced from:
objc-class-ref in FirebaseAuth(FIRAuth_70be5a6d79de0ee5c6b8ffda807589e3.o)
"_OBJC_CLASS_$_FIRAppAssociationRegistration", referenced from:
objc-class-ref in FirebaseAuth(FIRAuth_70be5a6d79de0ee5c6b8ffda807589e3.o)
"_kFIRAppDeleteNotification", referenced from:
___15+[FIRAuth load]_block_invoke in FirebaseAuth(FIRAuth_70be5a6d79de0ee5c6b8ffda807589e3.o)
"_kFIRAppNameKey", referenced from:
___15+[FIRAuth load]_block_invoke_2 in FirebaseAuth(FIRAuth_70be5a6d79de0ee5c6b8ffda807589e3.o)
___15+[FIRAuth load]_block_invoke_4 in FirebaseAuth(FIRAuth_70be5a6d79de0ee5c6b8ffda807589e3.o)
"_kFIRAppReadyToConfigureSDKNotification", referenced from:
___15+[FIRAuth load]_block_invoke in FirebaseAuth(FIRAuth_70be5a6d79de0ee5c6b8ffda807589e3.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
を誰もがなぜ知っていますか?
私は同じ問題を抱えています。@ JamesGあなたはこれについて何か解決策を見つけましたか? – iBapu