我将FirebaseUI更新到最新版本,并更新了TwitterCore 3.0.0(2.8.0),因为我在Xcode中遇到此编译器错误:
Undefined symbols for architecture x86_64:
"_TWTRIdentifierForAdvertising", referenced from:
+[TWTRCardConfiguration deviceID] in TwitterKit(TWTRCardConfiguration.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Run Code Online (Sandbox Code Playgroud)
我目前恢复到以前版本的TwitterCore,即使它没有在我的Podfile中明确写入.我写pod 'TwitterCore', '~>2.8.0'