You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thread 1: Fatal error: Unexpectedly found nil while unwrapping an Optional value
with codelet sparkle = SoundEffect(isLiked ? "sparkle.rising" : "sparkle.falling")
The text was updated successfully, but these errors were encountered:
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")
The text was updated successfully, but these errors were encountered: