it been a year since I open my Xcode project and I see that there are some errors.
Now I'm having problem with my audio code. it use to work good a year ago but now it says "fatal error: unexpectedly found nil while unwrapping an Optional value"
it been a year since I open my Xcode project and I see that there are some errors.
Now I'm having problem with my audio code. it use to work good a year ago but now it says "fatal error: unexpectedly found nil while unwrapping an Optional value"
Copyright © 2021 Jogjafile Inc.
Try doing something like this
I don't know where you're trying to implement your code, but this can be add in
touchesBegan
or maybe eventouchesEnded
.