升级成xcode12.5.1编译原先的程序出现Incompatible pointer types assigning to 'id<UINavigationControllerDelegate,UIImagePickerControllerDelegate> _Nullable' from 'Class'

请问下你们有出现吗?然后高德的定位也出现这样的问题

Cannot initialize a parameter of type ‘id’ with an lvalue of type ‘Class’
都是在setDelegate的方法时出现的