Huanzhi Zhang
06/12/2024, 6:11 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 lineDeep Patel
06/12/2024, 6:13 PMBANNER
?Huanzhi Zhang
06/12/2024, 6:16 PMHuanzhi Zhang
06/12/2024, 6:16 PMDeep Patel
06/12/2024, 10:22 PMchrisjenx
06/20/2024, 3:01 PMBANNER
as suggested despite xcode teerrrrrrible suggestions