【发布时间】: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