Open hstdt opened 3 months ago
Xcode 16 beta4, iOS 17.5.1
Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value with codelet sparkle = SoundEffect(isLiked ? "sparkle.rising" : "sparkle.falling")
let sparkle = SoundEffect(isLiked ? "sparkle.rising" : "sparkle.falling")
Xcode 16 beta4, iOS 17.5.1
Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value with code
let sparkle = SoundEffect(isLiked ? "sparkle.rising" : "sparkle.falling")