Adriano D'lucca Binhara

Results 8 comments of Adriano D'lucca Binhara

Bind your list after the for statement. If you add itens to your list as you bind it to your collectionView the app is going to crash

Having the same issue, any updates from this?

Yes, with xcode 16.1 beta, and also tried with xcode 15.4 and 16 RC, but got the same issue. exc_bad_access (code=1 address=0x0)

Yes, always the same crash. It tracks to detectNewSession() method at await withTaskGroup "A bad access to memory terminated the process."

I created a new app swiftui app and added the configure line. That's all it took to break the app. Also, my issue happens right when I launch the app

EXC_BAD_ACCESS A bad access to memory terminated the process. This exception is usually accompanied by either the SIGBUS or SIGSEGV signal; for more information, see [EXC_BAD_ACCESS (SIGBUS)](doc://com.apple.documentation/documentation/xcode/sigbus) or [EXC_BAD_ACCESS (SIGSEGV)](doc://com.apple.documentation/documentation/xcode/sigsegv)....