【问题标题】:Class 'FIRDynamicLinkComponents' not found while integrating FirebaseDynamicLink in iOS在 iOS 中集成 FirebaseDynamicLink 时找不到类“FIRDynamicLinkComponents”
【发布时间】:2017-05-10 14:00:44
【问题描述】:

我在我的cocos2dx-ios项目中集成FirebaseDynamicLink,我已经成功地将firebase集成到我的iOS项目中,但是在集成FirebaseDynamicLink时,我在framewok中找不到类FIRDynamicLinkComponents,我也尝试使用Firebase动态链接示例,但发现那里也有同样的错误。请帮我解决这个问题。 这是我的 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

等待回复!

【问题讨论】:

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


    【解决方案1】:

    打开终端,在你项目的 PodFile 目录下使用 pod update 然后你应该会看到类似这样的内容:

    安装 FirebaseDynamicLinks 2.0.0(原为 1.3.4)

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2015-02-01
      • 2015-05-09
      • 1970-01-01
      • 1970-01-01
      • 2021-09-10
      • 1970-01-01
      • 2010-10-27
      相关资源
      最近更新 更多