【发布时间】:2018-07-07 16:22:14
【问题描述】:
我更新了我的 pod,然后在关闭项目并重新打开它后,我收到了这个错误,我已经尝试了 5 个小时来解决这个错误,但没有任何效果。我被告知要更改架构,但是我尝试过的所有方法都不起作用,而且我很挣扎。这是我的 pod 文件
# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'
target 'Vloggle' do
# Comment the next line if you're not using Swift and don't want to use
dynamic frameworks
use_frameworks!
pod 'Firebase/Auth'
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Firebase/Storage'
pod 'FBSDKCoreKit'
pod 'FBSDKShareKit'
pod 'FBSDKLoginKit'
pod 'SDWebImage'
pod 'KILabel'
pod 'Firebase'
pod 'Firebase/Messaging'
pod 'ColorSlider'
pod 'lottie-ios'
# Pods for Vloggle
target 'VloggleTests' do
inherit! :search_paths
# Pods for testing
end
target 'VloggleUITests' do
inherit! :search_paths
# Pods for testing
end
结束
另外,这是我的构建设置的屏幕截图。
【问题讨论】:
-
你清理/建造了吗?
-
是多次
-
您没有在问题中发布错误消息的相关有用部分的任何原因?
-
我现在添加截图
-
@rmaddy 我刚刚添加了我收到的错误消息的屏幕截图
标签: ios xcode cocoapods linker-errors