ld: warning : Xcode 8.3.2 build upload secsses but not see the build in iTunes connect activity

Viewed 802

ld: warning : Xcode 8.3.2 build upload success, but not see the build in iTunes connect activity

This is my podfile :

  pod 'Firebase/Core'
  pod 'Firebase/AdMob'
  pod 'Firebase/Crash'

I try to update cocapods : sudo gem install cocoapods and after this : pod update

And its still have this 3 warning

Apple Developer Forums :

https://forums.developer.apple.com/thread/75793

ld: warning: Linker asked to preserve internal global: '__block_literal_global'
ld: warning: Linker asked to preserve internal global: '__block_descriptor_tmp'
ld: warning: Linker asked to preserve internal global: 'sharedInstance.sharedInstance'
1 Answers
Related