I am using the AlexTouch.googleAdMobAds
project for displaying ads. Unfortunately it shows the error below:
static UIWindow window;
static GADBannerView adViewWindow;
static bool adOnWindow = false;
Error:
Error CS0012: The type MonoTouch.UIKit.UIView' is defined in an assembly that is not referenced. Consider adding a reference to assembly
monotouch, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065' (CS0012) (OnlineVideos.Ui)
How can I solve this issue? Can anyone help please?