Ld: warning: Xcode 8.3.2 build download section but not see build in iTunes connection activity

ld: warning: Xcode 8.3.2 build upload success but doesn't see builds in iTunes connection activity

This is my podfile:

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

      

I am trying to update cocapods: sudo gem install cocoapods

and after that:pod update

And he still has this warning 3

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'

      

+3


source to share


1 answer


I solved this problem after starting this terminal:



cd ~
mv.itmstransporter / .old_itmstransporter /
"/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"

+3


source







All Articles