Hey, thanks for the quick reply,
I found the error through the tip with the example project.
Errors like "Cannot find protocol declaration for GADRewardedAdDelegate" were triggered by old or unnecessary GADU files in Unity - Plugins/IOS.
Solution to my above problem:
in Unity - Plugins/IOS check that only required GADU.... files are available e.g. for Admob GADUAdNetworkExtras.h
(I just compared it to an empty project with just the Admob-Unity SDK)
All unused files have been removed and Admob now runs on IOS without any problems.
many thanks again