In your Xcode project, go to Classes/Preprocessor.h and change
#define UNITY_USES_REMOTE_NOTIFICATIONS 1
to
#define UNITY_USES_REMOTE_NOTIFICATIONS 0
Algorithm Ninja
In your Xcode project, go to Classes/Preprocessor.h and change
#define UNITY_USES_REMOTE_NOTIFICATIONS 1
to
#define UNITY_USES_REMOTE_NOTIFICATIONS 0
Copy GoogleMobileAds.framework into the iOS/Frameworks folder and then copy to Libraries of the XCode project with following options:
Go to
Build Settings -> Apple LLVM8.0-Language – Modules.
Mark Enable Modules (C And Objective-C ) to Yes to.