最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

IOS Firebase and Adjust are used together, Firebase Analytics cannot send custom events - Stack Overflow

programmeradmin14浏览0评论

Firebase and Adjust are used together, Firebase Analytics cannot send custom events. project Podfile:

source '/'
source ''

platform :ios, '13.0'

target 'UnityFramework' do
  pod 'Adjust', '5.0.1'
  pod 'FBSDKCoreKit', '~> 17.0.1'
  pod 'FBSDKCoreKit_Basics', '~> 17.0.1'
  pod 'FBSDKGamingServicesKit', '~> 17.0.1'
  pod 'FBSDKLoginKit', '~> 17.0.1'
  pod 'FBSDKShareKit', '~> 17.0.1'
  pod 'Firebase/Analytics', '11.6.0'
  pod 'Firebase/Auth', '11.6.0'
  pod 'Firebase/Core', '11.6.0'
  pod 'Firebase/Crashlytics', '11.6.0'
  pod 'Firebase/Messaging', '11.6.0'
  pod 'Firebase/RemoteConfig', '11.6.0'
  pod 'Google-Mobile-Ads-SDK', '~> 11.13.0'
  pod 'GoogleSignIn', '>= 4.0.2'
  pod 'GoogleUserMessagingPlatform', '2.7.0'
end
target 'Unity-iPhone' do
end
use_frameworks!

log info: "objc[22132]: Class FIRAnalytics is implemented in both /private/var/containers/Bundle/Application/8009A069-0DC8-4B85-A857-D5A3F17E5611/OceanMatchWorld.app/OceanMatchWorld (0x104d34698) and /private/var/containers/Bundle/Application/8009A069-0DC8-4B85-A857-D5A3F17E5611/OceanMatchWorld.app/Frameworks/UnityFramework.framework/UnityFramework (0x1213613e8). One of the two will be used. Which one is undefined."

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论