I'm currently trying to create a project on my Mac (Ventura 13.0.1) that reads Bluetooth data.
I'm getting this error:
dyld[11271]: Library not loaded: /System/Library/Frameworks/CHIP.framework/Versions/A/CHIP
Referenced from: <91869AC4-465B-358C-BE3F-46E11D6368CB> /Users/gabriel/RiderProjects/BrainBluetoothDetection/BrainBluetoothDetection/bin/Debug/BrainBluetoothDetection.app/Contents/MacOS/BrainBluetoothDetection
Reason: tried: '/System/Library/Frameworks/CHIP.framework/Versions/A/CHIP' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/System/Library/Frameworks/CHIP.framework/Versions/A/CHIP' (no such file), '/System/Library/Frameworks/CHIP.framework/Versions/A/CHIP' (no such file, not in dyld cache), '/Library/Frameworks/CHIP.framework/Versions/A/CHIP' (no such file)
I'm using the latest version of the 32feet library, and I am pretty sure that I have all the necessary packages (I installed IOBluetooth and .Net.Bluetooth). At first, I tried deleting XCode 14 (which seemed to be the problem) and I downloaded 13.4.1. This did not work, and I am still getting the same error. Has anyone else had the same problem?