使用 Cocoapods 安装 Firebase 时的 ARC 语义问题
ARC Semantic Issue When Installing Firebase Using Cocoapods
我正在尝试使用 cocoapods 将 Firebase 安装到我现有的项目中。我已按照 this 官方视频中的说明进行操作。我一步一步地进行了所有操作,当我尝试打开 app.xcworkspace 并构建项目时,出现错误
Google Data Transport ARC Semantic Issue
我试过从项目中删除整个 pod 并重试,但 none 成功了。我正在使用 xcode 9.2
这些是我的 Podfile 的内容
# Uncomment the next line to define a global platform for your project
platform :ios, '11.2'
target 'LittleThinker' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for LittleThinker
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
end
这是我收到的错误消息 here。
这里好像有什么问题?有人可以提供帮助吗?
更新Xcode.
当前的 Firebase 版本至少需要 Xcode 10.1。参见 https://firebase.google.com/docs/ios/setup
我正在尝试使用 cocoapods 将 Firebase 安装到我现有的项目中。我已按照 this 官方视频中的说明进行操作。我一步一步地进行了所有操作,当我尝试打开 app.xcworkspace 并构建项目时,出现错误
Google Data Transport ARC Semantic Issue
我试过从项目中删除整个 pod 并重试,但 none 成功了。我正在使用 xcode 9.2
这些是我的 Podfile 的内容
# Uncomment the next line to define a global platform for your project
platform :ios, '11.2'
target 'LittleThinker' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for LittleThinker
pod 'Firebase/Auth'
pod 'Firebase/Firestore'
end
这是我收到的错误消息 here。
这里好像有什么问题?有人可以提供帮助吗?
更新Xcode.
当前的 Firebase 版本至少需要 Xcode 10.1。参见 https://firebase.google.com/docs/ios/setup