Another "One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified" bug

here is the relevant part

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.t_1985nageh.Matches_of_the_day/io.kodular.m_1985nageh.match.viwe}: java.lang.SecurityException: com.t_1985nageh.Matches_of_the_day: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn’t being registered exclusively for system broadcasts

which means, a component or an extension has not been updated to SDK 34
you might want to provide a list of components and extensions you are using in your project… also always use the latest version of all extensions…

EDIT: are you using the Download component? See Download Component Bug in android 14 after 1.5D.0

Taifun