在iOS中集成FirebaseDynamicLink时找不到“FIRDynamicLinkComponents”类

时间:2017-05-10 14:00:44

标签: ios objective-c cocos2d-x-3.0

我正在我的cocos2dx-ios项目中集成FirebaseDynamicLink,我已成功将firebase集成到我的iOS项目中,但在集成FirebaseDynamicLink时,我无法在framewok中找到类FIRDynamicLinkComponents,我也尝试使用Firebase dynamiclink示例,但也发现同样的错误。 Plz帮我解决了这个问题。 这是我的podfile内容:

# Uncomment the next line to define a global platform for your project
platform :ios, '8.0'


target 'test-mobile' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!

# Pods for test-mobile
pod 'Firebase/Core'
pod 'Firebase/AdMob'
pod 'Google/Analytics'
pod 'Firebase/DynamicLinks'
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
pod 'AppsFlyerFramework'
pod 'Firebase/Messaging'

end

等待回应!

1 个答案:

答案 0 :(得分:1)

打开终端,在项目的PodFile目录中使用pod update,然后您应该看到类似的内容:

  

安装FirebaseDynamicLinks 2.0.0(原为1.3.4)

再次构建,您的问题应该得到解决。