Huanzhi Zhang
06/11/2024, 11:32 PMenum class AdFormat {
BANNER,
NATIVE,
}
However, if we try to access it in swift by AdFormat.banner
or .banner
or even shared.AdFormat.banner
, the compile is fine, but the app crashes immediately with ‘Thread 1: EXC_BAD_ACCESS (code=1, address=0xa8)’ trying to execute this line