SteamController icon indicating copy to clipboard operation
SteamController copied to clipboard

EXEC_BAD_ACCESS when trying to reference controllerServiceUUID

Open ds8k opened this issue 2 years ago • 1 comments

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:

https://github.com/zydeco/SteamController/blob/ee9568f7df576769b6080f7c125deec39ca51038/SteamController/SteamControllerManager.m#L105-L116

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)

ds8k avatar Sep 21 '21 14:09 ds8k