Ron*_*nen 14 xcode ios firebase firebaseui
我将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'
我修复了TwitterCore> 3.0.0是FirebaseUI> 3.0.0或更新pod的问题
pod 'FirebaseUI'
pod 'TwitterCore', '<=2.8.0' # fixed
Run Code Online (Sandbox Code Playgroud)
祝好运
我注意到在quickstart-ios附带的Firebase DatabaseExample podfile中,'FirebaseUI'被重命名为'FirebaseUI/Database'.我将它添加到具有正确名称的podfile中,并且所有内容都显示正常.
小智 0
这是如何定义 podfile 版本的示例。
示例:
目标“你的项目”做
pod 'Firebase', '~> 1.0'
Run Code Online (Sandbox Code Playgroud)
结尾
| 归档时间: |
|
| 查看次数: |
2834 次 |
| 最近记录: |