A very simple one-page app that includes an ADBannerView crashes on the device whilst running fine in the simulator.
The crash is at the point of constructing the main view controller from the XIB.
The error is as follows:
"cannot decode object of class (ADBannerView)"
I'm wondering if there is an additional MonoTouch assembly I need to include?
The device is running 4.3.2 and the 4.3 SDK.
EDIT: ah, got it - I have to add the following flags (regardless of targeted OS version)
-gcc_flags "-weak_framework iAd"