0

I put GoogleMobileAds.framework in my apps and when I try to Archive it (validate and submit to the App Store) it's not working, It finds some errors.

When I started these apps my mac's name was retina but then I restored my mac and now it's name is blacksn0w . How to fix them?

App 1: enter image description here

App 2:

HaveNoDisplayName
  • 8,291
  • 106
  • 37
  • 47
Emm
  • 1,963
  • 2
  • 20
  • 51
  • See: [Discourage screenshots of code and/or errors](http://meta.stackoverflow.com/q/303812/55075) – kenorb Oct 26 '15 at 10:49

1 Answers1

2

This problem happens because your GoogleAdmob SDK was built with Enable Bitcode = no, but your project target is built with Enable Bitcode = yes.

So just change it to NO in your target's buid settings.

how to ENABLE_BITCODE in xcode 7?

Community
  • 1
  • 1
Quang Hà
  • 4,613
  • 3
  • 24
  • 40
  • I am also getting same error `linker command failed` but its doesn't solves by disabling the bitcode. – vaibhav May 12 '17 at 13:20