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
I'm trying to implement this library using a custom CMakeLists file, and seemingly I got it built and added. However when I try to run [SteamControllerManager listen], I get a bad access error in scanForControllers:
I'm trying to implement this library using a custom CMakeLists file, and seemingly I got it built and added. However when I try to run
[SteamControllerManager listen]
, I get a bad access error inscanForControllers
:SteamController/SteamController/SteamControllerManager.m
Lines 105 to 116 in ee9568f
The culprit appears to be
controllerServiceUUID
. Is this a known issue, or the result of a messed up cmake file?(edited to show the source code from the latest commit at the time the issue was posted)
The text was updated successfully, but these errors were encountered: