Is Mac 10.9 supported?
See original GitHub issueA week ago we started shipping our app based on v1.8.3-vmp1010 to Mac users. We’ve since received a number of complaints from users saying that they’re unable to run the app and are getting a message advising them to check the app is compatible with their version of the OS (Mac 10.9).
More technical users have supplied logs, which suggests the app is looking for, and not finding, the CoreBluetooth.framework (which is referenced from the Electron Framework, and I think Mac 10.10 and above only):
Dyld Error Message: Library not loaded: /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
A little digging in the Electron v1.8.x branch (ie brightray.gyp) didn’t highlight any references to the framework. Before I dug any deeper I wanted to make sure that the CoreBluetooth library wasn’t a requirement for the Castlabs Electron build.
Issue Analytics
- State:
- Created 5 years ago
- Comments:10
Top GitHub Comments
Early indications show the new build is working on 10.9. Thanks again!
Thanks @khwaaj, that’s enabled me to get a new build ready. I am expecting to have it tested on 10.9 early tomorrow so will confirm all is ok then.