IOS common errorsΒΆ

  1. When you use old version of Unity(4.6 and lower) the included GoogleMobileAds.framework in folder Assets/Plugins/IOS will not be automatically linked to your XCode project. To solve this problem copy GoogleMobileAds.framework to the root of your exported project.
_images/framework.png
  1. After that you need to config your build settings

2.1 Disable bit code

_images/bitcode.png

2.2 Enable Modules (C and Objective-C)

_images/modules.png
  1. If you use xCode 7.2 or higher you could get the following error because of incompatibility new xCode and Unity generated files.
_images/Noreturn.png

to solve this problem just delete circled `NORETURN` statment.